X-Git-Url: https://git.kernel.dk/?p=fio.git;a=blobdiff_plain;f=t%2Frun-fio-tests.py;h=225806134e59a6ea3d181500e1f7c1680717363c;hp=acdbbf8879d4ce6263b2d4167a6e9719002e3348;hb=refs%2Fheads%2Fmaster;hpb=f226220049035290e5e193d1fc117d3057fc1270 diff --git a/t/run-fio-tests.py b/t/run-fio-tests.py index acdbbf88..22580613 100755 --- a/t/run-fio-tests.py +++ b/t/run-fio-tests.py @@ -869,6 +869,15 @@ TEST_LIST = [ 'parameters': ['--bandwidth-log'], 'requirements': [], }, + { + 'test_id': 31, + 'test_class': FioJobFileTest, + 'job': 't0031.fio', + 'success': SUCCESS_DEFAULT, + 'pre_job': 't0031-pre.fio', + 'pre_success': SUCCESS_DEFAULT, + 'requirements': [Requirements.linux, Requirements.libaio], + }, { 'test_id': 1000, 'test_class': FioExeTest,