summary refs log tree commit diff stats
path: root/tests/qemu-iotests/testrunner.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* iotests: always use a unique sub-directory per testDaniel P. Berrangé2023-03-221-10/+10
* iotests: connect stdin to /dev/null when running testsDaniel P. Berrangé2023-03-221-20/+2
* iotests: print TAP protocol version when reporting testsDaniel P. Berrangé2023-03-221-0/+1
* tests/qemu-iotests: print intent to run a test in TAP modeDaniel P. Berrangé2022-05-121-0/+3
* iotests/testrunner: Flush after run_test()Hanna Reitz2022-05-121-0/+1
* tests/qemu-iotests/testrunner: Supply a test plan in TAP modeThomas Huth2022-03-221-0/+1
* tests/qemu-iotests: add QEMU_IOTESTS_REGEN=1 to update reference fileDaniel P. Berrangé2022-03-071-0/+6
* iotests: Write test output to TEST_DIRHanna Reitz2022-03-071-6/+8
* tests/qemu-iotests/testrunner: Quote "case not run" lines in TAP modeThomas Huth2022-03-071-1/+4
* tests/qemu-iotests/testrunner: Print diff to stderr in TAP modeThomas Huth2022-02-161-1/+4
* check-block: replace -makecheck with TAP outputPaolo Bonzini2022-01-281-23/+26
* iotests/testrunner.py: refactor test_field_widthVladimir Sementsov-Ogievskiy2022-01-141-11/+10
* iotests: check: multiprocessing supportVladimir Sementsov-Ogievskiy2021-12-221-8/+61
* iotests/testrunner.py: move updating last_elapsed to run_testsVladimir Sementsov-Ogievskiy2021-12-221-1/+3
* iotests/testrunner.py: add doc string for run_test()Vladimir Sementsov-Ogievskiy2021-12-221-0/+13
* qemu-iotests: flush after every testPaolo Bonzini2021-10-131-0/+1
* iotests: Update for pylint 2.11.1John Snow2021-10-061-3/+4
* qemu-iotests: fix pylint 2.8 consider-using-with errorEmanuele Giuseppe Esposito2021-05-141-11/+11
* qemu-iotests: let "check" spawn an arbitrary test commandPaolo Bonzini2021-05-141-1/+0
* qemu-iotests: move command line and environment handling from TestRunner to T...Paolo Bonzini2021-05-141-13/+1
* iotests: Fix -makecheck outputKevin Wolf2021-02-021-2/+4
* iotests: check: return 1 on failureVladimir Sementsov-Ogievskiy2021-02-021-1/+3
* iotests/testrunner: fix recognition of python testsVladimir Sementsov-Ogievskiy2021-01-291-1/+1
* iotests: add testrunner.pyVladimir Sementsov-Ogievskiy2021-01-271-0/+367