summary refs log tree commit diff stats
path: root/tests/qemu-iotests/iotests.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* iotests: use subprocess.DEVNULL instead of open("/dev/null")John Snow2021-09-011-7/+7
* iotests: use with-statement for open() callsJohn Snow2021-09-011-3/+4
* qemu-iotests: add option to show qemu binary logs on stdoutEmanuele Giuseppe Esposito2021-09-011-0/+8
* qemu-iotests: insert valgrind command line as wrapper for qemu binaryEmanuele Giuseppe Esposito2021-09-011-1/+5
* qemu-iotests: allow valgrind to read/delete the generated log fileEmanuele Giuseppe Esposito2021-09-011-0/+11
* qemu-iotests: extend QMP socket timeout when using valgrindEmanuele Giuseppe Esposito2021-09-011-3/+3
* qemu-iotests: extend the check script to prepare supporting valgrind for pyth...Emanuele Giuseppe Esposito2021-09-011-0/+11
* qemu_iotests: insert gdbserver command line as wrapper for qemu binaryEmanuele Giuseppe Esposito2021-09-011-1/+2
* qemu-iotests: delay QMP socket timersEmanuele Giuseppe Esposito2021-09-011-1/+5
* qemu-iotests: add option to attach gdbserverEmanuele Giuseppe Esposito2021-09-011-0/+5
* python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito2021-09-011-1/+2
* python: create qemu packagesJohn Snow2021-06-011-1/+1
* Python: expose QEMUMachine's temporary directoryCleber Rosa2021-06-011-1/+1
* qemu-iotests: fix pylint 2.8 consider-using-with errorEmanuele Giuseppe Esposito2021-05-141-32/+33
* qemu-iotests: allow passing unittest.main arguments to the test scriptsPaolo Bonzini2021-05-141-5/+9
* qemu-iotests: do not buffer the test outputPaolo Bonzini2021-05-141-29/+41
* iotests: iothreads need ioeventfdLaurent Vivier2021-03-241-0/+5
* iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182"Laurent Vivier2021-03-241-5/+0
* iotests.py: add unarchive_sample_image() helperVladimir Sementsov-Ogievskiy2021-03-081-0/+10
* iotests.py: qemu_nbd_popen: remove pid file after useVladimir Sementsov-Ogievskiy2021-02-121-1/+5
* iotests: rewrite check into pythonVladimir Sementsov-Ogievskiy2021-01-271-0/+8
* iotests: Move try_remove to iotests.pyMax Reitz2021-01-261-4/+7
* iotests.py: Assume a couple of variables as givenMax Reitz2021-01-261-13/+13
* iotests.py: qemu_io(): reuse qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy2021-01-201-8/+1
* iotests.py: fix qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy2021-01-201-3/+2
* iotests.py: execute_setup_common(): add required_fmts argumentVladimir Sementsov-Ogievskiy2020-12-181-1/+8
* iotests: qemu_io_silent: support --image-optsVladimir Sementsov-Ogievskiy2020-12-181-1/+6
* iotests: add filter_qmp_virtio_scsi functionMaxim Levitsky2020-11-091-0/+10
* iotests: Use Python 3 style super()Kevin Wolf2020-11-031-4/+4
* iotests.py: Fix type check errors in wait_migration()Kevin Wolf2020-11-031-0/+4
* iotests.py: Adjust HMP kwargs typingJohn Snow2020-10-201-1/+1
* iotests: Allow supported and unsupported formats at the same timeKevin Wolf2020-10-021-5/+1
* iotests: Introduce qemu_nbd_list_log()Kevin Wolf2020-10-021-1/+12
* iotests: Factor out qemu_tool_pipe_and_status()Kevin Wolf2020-10-021-26/+23
* configure: Bump the minimum required Python version to 3.6Thomas Huth2020-10-021-2/+0
* qemu-iotests: Simplify FilePath __init__Nir Soffer2020-09-151-3/+2
* qemu-iotests: Merge FilePaths and FilePathNir Soffer2020-09-151-13/+10
* qemu-iotests: Support varargs syntax in FilePathsNir Soffer2020-09-151-4/+4
* qemu-iotests: Fix FilePaths docstringNir Soffer2020-09-151-6/+13
* qemu-iotests: Fix FilePaths cleanupNir Soffer2020-09-151-4/+4
* iotests: Let complete_and_wait() work with commitMax Reitz2020-09-071-3/+7
* iotests.py: Let wait_migration() return on failureMax Reitz2020-08-211-6/+12
* iotests: Add more qemu_img helpersNir Soffer2020-07-281-0/+6
* iotests: Make qemu_nbd_popen() a contextmanagerNir Soffer2020-07-281-2/+26
* iotests.py: use qemu.qmp type aliasesJohn Snow2020-07-141-6/+3
* iotests.py: filter_testfiles(): filter SOCK_DIR tooVladimir Sementsov-Ogievskiy2020-07-131-2/+3
* iotests.py: QemuIoInteractive: print output on failureVladimir Sementsov-Ogievskiy2020-07-131-1/+7
* iotests: QemuIoInteractive: use qemu_io_args_no_fmtVladimir Sementsov-Ogievskiy2020-07-131-1/+1
* iotests: Check whether luks worksMax Reitz2020-07-061-0/+5
* iotests.py: Add (verify|has)_working_luks()Max Reitz2020-07-061-0/+39