Skip to content

Commit

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

Required-githooks: true

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed Jan 27, 2025
1 parent bd2fb4f commit fcee703
Showing 1 changed file with 2 additions and 12 deletions.
14 changes: 2 additions & 12 deletions src/tests/ftest/util/server_utils_params.py
Original file line number Diff line number Diff line change
Expand Up @@ -433,22 +433,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",
# pylint: disable-next=fixme
# FIXME disable space cache since some tests need to verify instant pool space
# changing, this global setting to individual test setting once in follow-on PR.
"DAOS_POOL_SPACE_CACHE_INTVL=0",
"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 fcee703

Please sign in to comment.