]> git.proxmox.com Git - mirror_zfs.git/commit
tests: don't fail if no fio or python3.sysctl
authorнаб <nabijaczleweli@nabijaczleweli.xyz>
Tue, 8 Mar 2022 12:36:03 +0000 (13:36 +0100)
committerBrian Behlendorf <behlendorf1@llnl.gov>
Sat, 2 Apr 2022 00:55:45 +0000 (17:55 -0700)
commit2d9da5e1c88d46118b1c98bfa57bfa3c4f0f2a23
tree364874425fcfbaea5c2bdb1ffaa1fdade5d5f6ae
parentbd328a588b7a3fc053a256d39ac8145eb1dd80e5
tests: don't fail if no fio or python3.sysctl

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: John Kennedy <john.kennedy@delphix.com>
Reviewed-by: Ryan Moeller <ryan@iXsystems.com>
Signed-off-by: Ahelenia Ziemiańska <nabijaczleweli@nabijaczleweli.xyz>
Closes #13259
37 files changed:
tests/zfs-tests/include/libtest.shlib
tests/zfs-tests/tests/functional/arc/setup.ksh
tests/zfs-tests/tests/functional/cache/cache_012_pos.ksh
tests/zfs-tests/tests/functional/cli_user/misc/arc_summary_001_pos.ksh
tests/zfs-tests/tests/functional/cli_user/misc/arc_summary_002_neg.ksh
tests/zfs-tests/tests/functional/cli_user/misc/arcstat_001_pos.ksh
tests/zfs-tests/tests/functional/compression/l2arc_compressed_arc.ksh
tests/zfs-tests/tests/functional/compression/l2arc_compressed_arc_disabled.ksh
tests/zfs-tests/tests/functional/compression/l2arc_encrypted.ksh
tests/zfs-tests/tests/functional/compression/l2arc_encrypted_no_compressed_arc.ksh
tests/zfs-tests/tests/functional/io/io_uring.ksh
tests/zfs-tests/tests/functional/io/libaio.ksh
tests/zfs-tests/tests/functional/io/mmap.ksh
tests/zfs-tests/tests/functional/io/posixaio.ksh
tests/zfs-tests/tests/functional/io/psync.ksh
tests/zfs-tests/tests/functional/io/sync.ksh
tests/zfs-tests/tests/functional/l2arc/l2arc_arcstats_pos.ksh
tests/zfs-tests/tests/functional/l2arc/l2arc_l2miss_pos.ksh
tests/zfs-tests/tests/functional/l2arc/l2arc_mfuonly_pos.ksh
tests/zfs-tests/tests/functional/l2arc/persist_l2arc_001_pos.ksh
tests/zfs-tests/tests/functional/l2arc/persist_l2arc_002_pos.ksh
tests/zfs-tests/tests/functional/l2arc/persist_l2arc_003_neg.ksh
tests/zfs-tests/tests/functional/l2arc/persist_l2arc_004_pos.ksh
tests/zfs-tests/tests/functional/l2arc/persist_l2arc_005_pos.ksh
tests/zfs-tests/tests/functional/no_space/enospc_rm.ksh
tests/zfs-tests/tests/functional/removal/remove_attach_mirror.ksh
tests/zfs-tests/tests/functional/slog/slog_015_neg.ksh
tests/zfs-tests/tests/functional/trim/trim_l2arc.ksh
tests/zfs-tests/tests/perf/regression/random_reads.ksh
tests/zfs-tests/tests/perf/regression/random_readwrite.ksh
tests/zfs-tests/tests/perf/regression/random_readwrite_fixed.ksh
tests/zfs-tests/tests/perf/regression/random_writes.ksh
tests/zfs-tests/tests/perf/regression/random_writes_zil.ksh
tests/zfs-tests/tests/perf/regression/sequential_reads_arc_cached.ksh
tests/zfs-tests/tests/perf/regression/sequential_reads_arc_cached_clone.ksh
tests/zfs-tests/tests/perf/regression/sequential_reads_dbuf_cached.ksh
tests/zfs-tests/tests/perf/regression/sequential_writes.ksh