summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/iotests.py
Commit message (Expand)AuthorAgeFilesLines
* iotests.py: add qemu_io_popen()Vladimir Sementsov-Ogievskiy2021-12-231-0/+3
* iotests.py: add and use qemu_io_wrap_args()Vladimir Sementsov-Ogievskiy2021-12-231-10/+10
* iotests.py: add qemu_tool_popen()Vladimir Sementsov-Ogievskiy2021-12-231-3/+11
* pylint: fix errors and warnings generated by tests/qemu-iotests/297Emanuele Giuseppe Esposito2021-11-021-3/+4
* iotests: Conditionally silence certain AQMP errorsJohn Snow2021-11-011-1/+19
* python, iotests: remove socket_scm_helperJohn Snow2021-10-121-3/+0Star
* iotests: add 'qemu' package location to PYTHONPATH in testenvJohn Snow2021-10-061-2/+0Star
* iotests: Fix use-{list,dict}-literal warningsHanna Reitz2021-09-151-2/+2
* iotests: Fix unspecified-encoding pylint warningsHanna Reitz2021-09-151-3/+5
* iotests.py: hmp_qemu_io: support qdevVladimir Sementsov-Ogievskiy2021-09-011-2/+3
* 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/+0Star
* 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-211-8/+1Star
* iotests.py: fix qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy2021-01-211-3/+2Star
* 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/+1Star
* 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/+23Star
* configure: Bump the minimum required Python version to 3.6Thomas Huth2020-10-021-2/+0Star
* qemu-iotests: Simplify FilePath __init__Nir Soffer2020-09-151-3/+2Star
* qemu-iotests: Merge FilePaths and FilePathNir Soffer2020-09-151-13/+10Star
* 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