Skip to content

Commit

Permalink
include HDF5 vol env vars for container
Browse files Browse the repository at this point in the history
Skip-unit-tests: true
Skip-fault-injection-test: true
Test-tag: soak_smoke

Signed-off-by: Maureen Jean <[email protected]>
  • Loading branch information
mjean308 committed Aug 28, 2024
1 parent 3b91628 commit be071c6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/tests/ftest/util/soak_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -1167,6 +1167,9 @@ def create_ior_cmdline(self, job_spec, pool, ppn, nodesperjob, oclass_list=None,
# add envs if api is HDF5-VOL
if api == "HDF5-VOL":
vol = True
cont_props = container.properties.value
env["HDF5_DAOS_FILE_PROP"] = '"' + cont_props.replace(",", ";") + '"'
env["HDF5_DAOS_OBJ_CLASS"] = file_dir_oclass[0]
env["HDF5_VOL_CONNECTOR"] = "daos"
env["HDF5_PLUGIN_PATH"] = str(plugin_path)
mpirun_cmd.assign_processes(nodesperjob * ppn)
Expand Down

0 comments on commit be071c6

Please sign in to comment.