Skip to content

Commit

Permalink
DAOS-16810 test: update fio tests with unique dfuse dir
Browse files Browse the repository at this point in the history
Update fio tests to use unique dfuse mount directory by letting the framework generate one.

Skip-unit-tests: true
Skip-fault-injection-test: true

Required-githooks: true

Signed-off-by: Dalton Bohning <dalton.bohning@intel.com>
  • Loading branch information
daltonbohning committed Nov 13, 2024
1 parent 6e7032f commit c334b1d
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 11 deletions.
2 changes: 0 additions & 2 deletions src/tests/ftest/dfuse/fio_pil4dfs_small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ fio:
- global
- test
global:
directory: "/tmp/daos_dfuse"
ioengine: 'sync'
thread: 1
group_reporting: 1
Expand All @@ -71,6 +70,5 @@ fio:
test:
numjobs: 1
dfuse:
mount_dir: "/tmp/daos_dfuse"
thread_count: 8
cores: '0-3'
2 changes: 0 additions & 2 deletions src/tests/ftest/dfuse/fio_small.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ fio:
- global
- test
global:
directory: "/tmp/daos_dfuse"
ioengine: 'libaio'
thread: 1
group_reporting: 1
Expand All @@ -71,7 +70,6 @@ fio:
test:
numjobs: 1
dfuse:
mount_dir: "/tmp/daos_dfuse"
thread_count: 8
eq_count: 2
cores: '0-3'
2 changes: 0 additions & 2 deletions src/tests/ftest/erasurecode/rebuild_fio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@ fio:
api: POSIX
test:
numjobs: 10
directory: "/tmp/daos_dfuse"
verify: 'crc32'
verify_pattern: '0xabcdabcd'
do_verify: 1
Expand All @@ -67,5 +66,4 @@ fio:
rw: 'randrw'
rw_read: 'randrw'
dfuse:
mount_dir: "/tmp/daos_dfuse"
disable_caching: True
2 changes: 0 additions & 2 deletions src/tests/ftest/erasurecode/truncate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ fio:
names:
- test
test:
directory: "/tmp/daos_dfuse"
verify: 'crc32'
verify_pattern: '0xabcdabcd'
do_verify: 1
Expand All @@ -55,7 +54,6 @@ fio:
rw: 'write'
truncate_size: '26214400' # 25Mb
dfuse:
mount_dir: "/tmp/daos_dfuse"
caching: !mux
disable:
disable_caching: true
Expand Down
3 changes: 0 additions & 3 deletions src/tests/ftest/fault_injection/ec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ fio:
- global
- test
global:
directory: "/tmp/daos_dfuse"
thread: 1
group_reporting: 1
direct: 1
Expand All @@ -62,8 +61,6 @@ fio:
rw: 'rw'
test:
numjobs: 1
dfuse:
mount_dir: "/tmp/daos_dfuse"
faults:
fault_list:
- DAOS_CSUM_CORRUPT_FETCH
Expand Down

0 comments on commit c334b1d

Please sign in to comment.