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.

Skip-test: true
Skip-build: true

Signed-off-by: Dalton Bohning <[email protected]>
  • Loading branch information
daltonbohning committed Sep 17, 2024
1 parent 6281c95 commit c2651bc
Show file tree
Hide file tree
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
Expand Up @@ -70,7 +70,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
Expand Down
2 changes: 1 addition & 1 deletion src/tests/ftest/performance/mdtest_easy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/tests/ftest/performance/mdtest_hard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,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
Expand Down

0 comments on commit c2651bc

Please sign in to comment.