projects
/
fio.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7dbf40
)
t/run-fio-test: add t/verify.py
author
Vincent Fu
<vincent.fu@samsung.com>
Tue, 28 Jan 2025 22:07:12 +0000
(22:07 +0000)
committer
Vincent Fu
<vincentfu@gmail.com>
Thu, 6 Mar 2025 18:58:43 +0000
(13:58 -0500)
Add the verify test script to our test runner.
Signed-off-by: Vincent Fu <vincent.fu@samsung.com>
t/run-fio-tests.py
patch
|
blob
|
blame
|
history
diff --git
a/t/run-fio-tests.py
b/t/run-fio-tests.py
index 101e95f7dc7ccf98a14620c53cc85353279dc9f8..7ceda067a879890d6e755678ead030378070e6b9 100755
(executable)
--- a/
t/run-fio-tests.py
+++ b/
t/run-fio-tests.py
@@
-1107,6
+1107,14
@@
TEST_LIST = [
'success': SUCCESS_DEFAULT,
'requirements': [Requirements.linux],
},
+ {
+ 'test_id': 1017,
+ 'test_class': FioExeTest,
+ 'exe': 't/verify.py',
+ 'parameters': ['-f', '{fio_path}'],
+ 'success': SUCCESS_LONG,
+ 'requirements': [],
+ },
]