Skip to content

Commit 28c7fdb

Browse files
committed
fstests: add soak duration to nfs template
Use the soak duration when enabled for NFS fstests. Although current analysis (take scripts/workflows/lib/fstests.py fstests_test_uses_soak_duration() and use it on a new script to check.time) shows no tests run on NFS actually leverage soak duration. But this can change with time. Signed-off-by: Luis Chamberlain <[email protected]>
1 parent f03c74b commit 28c7fdb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

playbooks/roles/fstests/templates/nfs/nfs.config

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ SCRATCH_DEV="{{ fstests_nfs_scratch_devpool }}"
1010
RESULT_BASE=$PWD/results/$HOST/$(uname -r)
1111
TEST_DEV={{ fstests_nfs_test_dev }}
1212
CANON_DEVS=yes
13+
{% if fstests_soak_duration > 0 -%}
14+
SOAK_DURATION={{ fstests_soak_duration }}
15+
{% endif %}
16+
1317
{% if fstests_nfs_section_pnfs -%}
1418

1519
# Test pNFS block

0 commit comments

Comments
 (0)