aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/testrunner.py
AgeCommit message (Expand)AuthorFilesLines
2022-05-12tests/qemu-iotests: print intent to run a test in TAP modeDaniel P. Berrangé1-0/+3
2022-05-12iotests/testrunner: Flush after run_test()Hanna Reitz1-0/+1
2022-03-22tests/qemu-iotests/testrunner: Supply a test plan in TAP modeThomas Huth1-0/+1
2022-03-07tests/qemu-iotests: add QEMU_IOTESTS_REGEN=1 to update reference fileDaniel P. Berrangé1-0/+6
2022-03-07iotests: Write test output to TEST_DIRHanna Reitz1-6/+8
2022-03-07tests/qemu-iotests/testrunner: Quote "case not run" lines in TAP modeThomas Huth1-1/+4
2022-02-16tests/qemu-iotests/testrunner: Print diff to stderr in TAP modeThomas Huth1-1/+4
2022-01-28check-block: replace -makecheck with TAP outputPaolo Bonzini1-23/+26
2022-01-14iotests/testrunner.py: refactor test_field_widthVladimir Sementsov-Ogievskiy1-11/+10
2021-12-22iotests: check: multiprocessing supportVladimir Sementsov-Ogievskiy1-8/+61
2021-12-22iotests/testrunner.py: move updating last_elapsed to run_testsVladimir Sementsov-Ogievskiy1-1/+3
2021-12-22iotests/testrunner.py: add doc string for run_test()Vladimir Sementsov-Ogievskiy1-0/+13
2021-10-13qemu-iotests: flush after every testPaolo Bonzini1-0/+1
2021-10-06iotests: Update for pylint 2.11.1John Snow1-3/+4
2021-05-14qemu-iotests: fix pylint 2.8 consider-using-with errorEmanuele Giuseppe Esposito1-11/+11
2021-05-14qemu-iotests: let "check" spawn an arbitrary test commandPaolo Bonzini1-1/+0
2021-05-14qemu-iotests: move command line and environment handling from TestRunner to T...Paolo Bonzini1-13/+1
2021-02-02iotests: Fix -makecheck outputKevin Wolf1-2/+4
2021-02-02iotests: check: return 1 on failureVladimir Sementsov-Ogievskiy1-1/+3
2021-01-29iotests/testrunner: fix recognition of python testsVladimir Sementsov-Ogievskiy1-1/+1
2021-01-27iotests: add testrunner.pyVladimir Sementsov-Ogievskiy1-0/+367