Skip to content

Commit

Permalink
DAOS-16550 test: use correct stonewall file with mdtest (#15109)
Browse files Browse the repository at this point in the history
Use a dynamic stonewall file with mdtest instead of hardcoded path.

Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
  • Loading branch information
daltonbohning authored Sep 17, 2024
1 parent d4af4ed commit 8c85e5f
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/tests/ftest/deployment/basic_checkout.yaml
Original file line number Diff line number Diff line change
@@ -69,7 +69,7 @@ mdtest_easy: &mdtest_easy_base
write_bytes: 0
num_of_files_dirs: 100000000
stonewall_timer: 30
stonewall_statusfile: "/var/tmp/daos_testing/stoneWallingStatusFile"
stonewall_statusfile: stoneWallingStatusFile
dfs_destroy: false
mdtest_dfs_s1:
<<: *mdtest_easy_base
2 changes: 1 addition & 1 deletion src/tests/ftest/performance/mdtest_easy.yaml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ mdtest: &mdtest_base
write_bytes: 0
num_of_files_dirs: 100000000
stonewall_timer: 30
stonewall_statusfile: "/var/tmp/daos_testing/stoneWallingStatusFile"
stonewall_statusfile: stoneWallingStatusFile
dfs_destroy: false

mdtest_s1: &mdtest_s1
2 changes: 1 addition & 1 deletion src/tests/ftest/performance/mdtest_hard.yaml
Original file line number Diff line number Diff line change
@@ -46,7 +46,7 @@ mdtest: &mdtest_base
write_bytes: 3901
num_of_files_dirs: 100000000
stonewall_timer: 30
stonewall_statusfile: "/var/tmp/daos_testing/stoneWallingStatusFile"
stonewall_statusfile: stoneWallingStatusFile
dfs_destroy: false

mdtest_s1: &mdtest_s1

0 comments on commit 8c85e5f

Please sign in to comment.