Skip to content

Commit

Permalink
t/run-fio-tests: restrict t0031 to Linux only
Browse files Browse the repository at this point in the history
This test uses libaio. So run it only on Linux when libaio is available.

Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
  • Loading branch information
vincentkfu committed Mar 21, 2024
1 parent 140c58b commit 20f42c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/run-fio-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ def check_result(self):
'success': SUCCESS_DEFAULT,
'pre_job': 't0031-pre.fio',
'pre_success': SUCCESS_DEFAULT,
'requirements': [],
'requirements': [Requirements.linux, Requirements.libaio],
},
{
'test_id': 1000,
Expand Down

0 comments on commit 20f42c1

Please sign in to comment.