Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagebash
./run_testlist.py --jobname "daos-xxxx-tcp" \
                  --daos_dir "${WORK}/BUILDS/v2.2.0-rc1/latest/daos" \
                  --res_dir "${WORK}/RESULTS/v2.2.0-rc1_tcp" \
                  -r --serial \
                  --slurm_dep_afterany <LAST_SLURM_JOB_ID> \
                  --filter "daos_servers=2,daos_clients=8" \
                  tests/basic/mdtest_easy.py

Gather Results

The results can be gathered and the CSVs optionally emailed to avoid SCP:

...