From 8142c38bcdd77b2db796393b5597507d8dfcc5a8 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Sun, 27 Feb 2022 16:39:38 -0800 Subject: test: fix error with verifying mkfs command --- test/harness/tests.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/harness/tests.py b/test/harness/tests.py index 6e11bfe..c13c80c 100644 --- a/test/harness/tests.py +++ b/test/harness/tests.py @@ -18,7 +18,7 @@ class TestRegression(unittest.TestCase): @classmethod def setUpClass(cls): - util.verify_needed_commands_exist(['parted', 'fio', Global.MKFSCMD, 'bonnie++', 'sgdisk', 'iscsiadm']) + util.verify_needed_commands_exist(['parted', 'fio', Global.MKFSCMD[0], 'bonnie++', 'sgdisk', 'iscsiadm']) util.vprint('*** Starting %s' % cls.__name__) # XXX validate that target exists? # an array of first burts, max burst, and max recv values, for testing -- cgit v1.2.1