Skip to content

Commit

Permalink
test: hardcode come envs
Browse files Browse the repository at this point in the history
SKip-build: true

Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
  • Loading branch information
daltonbohning committed Oct 25, 2024
1 parent b3c79dd commit 1198b61
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions src/tests/ftest/util/server_utils_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -432,18 +432,12 @@ class EngineYamlParameters(YamlParameters):

# Engine environment variables that are required by provider type.
REQUIRED_ENV_VARS = {
"common": [
"D_LOG_FILE_APPEND_PID=1",
"DAOS_POOL_RF=4",
"CRT_EVENT_DELAY=1",
"COVFILE=/tmp/test.cov"],
"common": [], # let extra yaml set needed envs
"ofi+tcp": [],
"ofi+tcp;ofi_rxm": [],
"ofi+verbs": [
"FI_OFI_RXM_USE_SRX=1"],
"ofi+cxi": [
"FI_OFI_RXM_USE_SRX=1",
"CRT_MRC_ENABLE=1"],
"ofi+cxi": [], # let extra yaml set needed envs
}

def __init__(self, base_namespace, index, provider=None, max_storage_tiers=MAX_STORAGE_TIERS):
Expand Down

0 comments on commit 1198b61

Please sign in to comment.