From: Vincent Fu Date: Thu, 21 Mar 2024 12:36:14 +0000 (-0400) Subject: t/run-fio-tests: restrict t0031 to Linux only X-Git-Tag: fio-3.37~7 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=20f42c101f7876648705a4fb8a9e2a647dc936ce;p=fio.git t/run-fio-tests: restrict t0031 to Linux only This test uses libaio. So run it only on Linux when libaio is available. Signed-off-by: Vincent Fu --- diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index 1b884d87..22580613 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -876,7 +876,7 @@ TEST_LIST = [ 'success': SUCCESS_DEFAULT, 'pre_job': 't0031-pre.fio', 'pre_success': SUCCESS_DEFAULT, - 'requirements': [], + 'requirements': [Requirements.linux, Requirements.libaio], }, { 'test_id': 1000,