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
This commit is contained in:
наб
2022-03-08 13:36:03 +01:00
committed by Brian Behlendorf
parent bd328a588b
commit 2d9da5e1c8
37 changed files with 74 additions and 29 deletions
@@ -38,6 +38,8 @@
. $STF_SUITE/include/libtest.shlib
. $STF_SUITE/tests/perf/perf.shlib
command -v fio > /dev/null || log_unsupported "fio missing"
function cleanup
{
# kill fio and iostat
@@ -38,6 +38,8 @@
. $STF_SUITE/include/libtest.shlib
. $STF_SUITE/tests/perf/perf.shlib
command -v fio > /dev/null || log_unsupported "fio missing"
function cleanup
{
# kill fio and iostat
@@ -28,6 +28,8 @@
. $STF_SUITE/include/libtest.shlib
. $STF_SUITE/tests/perf/perf.shlib
command -v fio > /dev/null || log_unsupported "fio missing"
function cleanup
{
# kill fio and iostat
@@ -37,6 +37,8 @@
. $STF_SUITE/include/libtest.shlib
. $STF_SUITE/tests/perf/perf.shlib
command -v fio > /dev/null || log_unsupported "fio missing"
function cleanup
{
# kill fio and iostat
@@ -18,6 +18,8 @@
. $STF_SUITE/include/libtest.shlib
. $STF_SUITE/tests/perf/perf.shlib
command -v fio > /dev/null || log_unsupported "fio missing"
function cleanup
{
# kill fio and iostat
@@ -28,6 +28,8 @@
. $STF_SUITE/include/libtest.shlib
. $STF_SUITE/tests/perf/perf.shlib
command -v fio > /dev/null || log_unsupported "fio missing"
function cleanup
{
# kill fio and iostat
@@ -34,6 +34,8 @@
. $STF_SUITE/include/libtest.shlib
. $STF_SUITE/tests/perf/perf.shlib
command -v fio > /dev/null || log_unsupported "fio missing"
function cleanup
{
# kill fio and iostat
@@ -32,6 +32,8 @@
. $STF_SUITE/include/libtest.shlib
. $STF_SUITE/tests/perf/perf.shlib
command -v fio > /dev/null || log_unsupported "fio missing"
function cleanup
{
# kill fio and iostat
@@ -37,6 +37,8 @@
. $STF_SUITE/include/libtest.shlib
. $STF_SUITE/tests/perf/perf.shlib
command -v fio > /dev/null || log_unsupported "fio missing"
function cleanup
{
# kill fio and iostat