Skip to content

Commit 1d920de

Browse files
committed
t/run-fio-test: add t/verify.py
Add the verify test script to our test runner. Signed-off-by: Vincent Fu <[email protected]>
1 parent c7dbf40 commit 1d920de

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

t/run-fio-tests.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1107,6 +1107,14 @@ def check_result(self):
11071107
'success': SUCCESS_DEFAULT,
11081108
'requirements': [Requirements.linux],
11091109
},
1110+
{
1111+
'test_id': 1017,
1112+
'test_class': FioExeTest,
1113+
'exe': 't/verify.py',
1114+
'parameters': ['-f', '{fio_path}'],
1115+
'success': SUCCESS_LONG,
1116+
'requirements': [],
1117+
},
11101118
]
11111119

11121120

0 commit comments

Comments
 (0)