aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/iotests.py
AgeCommit message (Expand)AuthorFilesLines
2021-11-02pylint: fix errors and warnings generated by tests/qemu-iotests/297Emanuele Giuseppe Esposito1-3/+4
2021-11-01iotests: Conditionally silence certain AQMP errorsJohn Snow1-1/+19
2021-10-12python, iotests: remove socket_scm_helperJohn Snow1-3/+0
2021-10-06iotests: add 'qemu' package location to PYTHONPATH in testenvJohn Snow1-2/+0
2021-09-15iotests: Fix use-{list,dict}-literal warningsHanna Reitz1-2/+2
2021-09-15iotests: Fix unspecified-encoding pylint warningsHanna Reitz1-3/+5
2021-09-01iotests.py: hmp_qemu_io: support qdevVladimir Sementsov-Ogievskiy1-2/+3
2021-09-01iotests: use subprocess.DEVNULL instead of open("/dev/null")John Snow1-7/+7
2021-09-01iotests: use with-statement for open() callsJohn Snow1-3/+4
2021-09-01qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito1-0/+8
2021-09-01qemu-iotests: insert valgrind command line as wrapper for qemu binaryEmanuele Giuseppe Esposito1-1/+5
2021-09-01qemu-iotests: allow valgrind to read/delete the generated log fileEmanuele Giuseppe Esposito1-0/+11
2021-09-01qemu-iotests: extend QMP socket timeout when using valgrindEmanuele Giuseppe Esposito1-3/+3
2021-09-01qemu-iotests: extend the check script to prepare supporting valgrind for pyth...Emanuele Giuseppe Esposito1-0/+11
2021-09-01qemu_iotests: insert gdbserver command line as wrapper for qemu binaryEmanuele Giuseppe Esposito1-1/+2
2021-09-01qemu-iotests: delay QMP socket timersEmanuele Giuseppe Esposito1-1/+5
2021-09-01qemu-iotests: add option to attach gdbserverEmanuele Giuseppe Esposito1-0/+5
2021-09-01python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito1-1/+2
2021-06-01python: create qemu packagesJohn Snow1-1/+1
2021-06-01Python: expose QEMUMachine's temporary directoryCleber Rosa1-1/+1
2021-05-14qemu-iotests: fix pylint 2.8 consider-using-with errorEmanuele Giuseppe Esposito1-32/+33
2021-05-14qemu-iotests: allow passing unittest.main arguments to the test scriptsPaolo Bonzini1-5/+9
2021-05-14qemu-iotests: do not buffer the test outputPaolo Bonzini1-29/+41
2021-03-24iotests: iothreads need ioeventfdLaurent Vivier1-0/+5
2021-03-24iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182"Laurent Vivier1-5/+0
2021-03-08iotests.py: add unarchive_sample_image() helperVladimir Sementsov-Ogievskiy1-0/+10
2021-02-12iotests.py: qemu_nbd_popen: remove pid file after useVladimir Sementsov-Ogievskiy1-1/+5
2021-01-27iotests: rewrite check into pythonVladimir Sementsov-Ogievskiy1-0/+8
2021-01-26iotests: Move try_remove to iotests.pyMax Reitz1-4/+7
2021-01-26iotests.py: Assume a couple of variables as givenMax Reitz1-13/+13
2021-01-20iotests.py: qemu_io(): reuse qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy1-8/+1
2021-01-20iotests.py: fix qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy1-3/+2
2020-12-18iotests.py: execute_setup_common(): add required_fmts argumentVladimir Sementsov-Ogievskiy1-1/+8
2020-12-18iotests: qemu_io_silent: support --image-optsVladimir Sementsov-Ogievskiy1-1/+6
2020-11-09iotests: add filter_qmp_virtio_scsi functionMaxim Levitsky1-0/+10
2020-11-03iotests: Use Python 3 style super()Kevin Wolf1-4/+4
2020-11-03iotests.py: Fix type check errors in wait_migration()Kevin Wolf1-0/+4
2020-10-20iotests.py: Adjust HMP kwargs typingJohn Snow1-1/+1
2020-10-02iotests: Allow supported and unsupported formats at the same timeKevin Wolf1-5/+1
2020-10-02iotests: Introduce qemu_nbd_list_log()Kevin Wolf1-1/+12
2020-10-02iotests: Factor out qemu_tool_pipe_and_status()Kevin Wolf1-26/+23
2020-10-02configure: Bump the minimum required Python version to 3.6Thomas Huth1-2/+0
2020-09-15qemu-iotests: Simplify FilePath __init__Nir Soffer1-3/+2
2020-09-15qemu-iotests: Merge FilePaths and FilePathNir Soffer1-13/+10
2020-09-15qemu-iotests: Support varargs syntax in FilePathsNir Soffer1-4/+4
2020-09-15qemu-iotests: Fix FilePaths docstringNir Soffer1-6/+13
2020-09-15qemu-iotests: Fix FilePaths cleanupNir Soffer1-4/+4
2020-09-07iotests: Let complete_and_wait() work with commitMax Reitz1-3/+7
2020-08-21iotests.py: Let wait_migration() return on failureMax Reitz1-6/+12
2020-07-28iotests: Add more qemu_img helpersNir Soffer1-0/+6