aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/iotests.py
AgeCommit message (Expand)Author
2021-09-01python: qemu: add timer parameter for qmp.accept socketEmanuele Giuseppe Esposito
2021-06-01python: create qemu packagesJohn Snow
2021-06-01Python: expose QEMUMachine's temporary directoryCleber Rosa
2021-05-14qemu-iotests: fix pylint 2.8 consider-using-with errorEmanuele Giuseppe Esposito
2021-05-14qemu-iotests: allow passing unittest.main arguments to the test scriptsPaolo Bonzini
2021-05-14qemu-iotests: do not buffer the test outputPaolo Bonzini
2021-03-24iotests: iothreads need ioeventfdLaurent Vivier
2021-03-24iotests: Revert "iotests: use -ccw on s390x for 040, 139, and 182"Laurent Vivier
2021-03-08iotests.py: add unarchive_sample_image() helperVladimir Sementsov-Ogievskiy
2021-02-12iotests.py: qemu_nbd_popen: remove pid file after useVladimir Sementsov-Ogievskiy
2021-01-27iotests: rewrite check into pythonVladimir Sementsov-Ogievskiy
2021-01-26iotests: Move try_remove to iotests.pyMax Reitz
2021-01-26iotests.py: Assume a couple of variables as givenMax Reitz
2021-01-20iotests.py: qemu_io(): reuse qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy
2021-01-20iotests.py: fix qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy
2020-12-18iotests.py: execute_setup_common(): add required_fmts argumentVladimir Sementsov-Ogievskiy
2020-12-18iotests: qemu_io_silent: support --image-optsVladimir Sementsov-Ogievskiy
2020-11-09iotests: add filter_qmp_virtio_scsi functionMaxim Levitsky
2020-11-03iotests: Use Python 3 style super()Kevin Wolf
2020-11-03iotests.py: Fix type check errors in wait_migration()Kevin Wolf
2020-10-20iotests.py: Adjust HMP kwargs typingJohn Snow
2020-10-02iotests: Allow supported and unsupported formats at the same timeKevin Wolf
2020-10-02iotests: Introduce qemu_nbd_list_log()Kevin Wolf
2020-10-02iotests: Factor out qemu_tool_pipe_and_status()Kevin Wolf
2020-10-02configure: Bump the minimum required Python version to 3.6Thomas Huth
2020-09-15qemu-iotests: Simplify FilePath __init__Nir Soffer
2020-09-15qemu-iotests: Merge FilePaths and FilePathNir Soffer
2020-09-15qemu-iotests: Support varargs syntax in FilePathsNir Soffer
2020-09-15qemu-iotests: Fix FilePaths docstringNir Soffer
2020-09-15qemu-iotests: Fix FilePaths cleanupNir Soffer
2020-09-07iotests: Let complete_and_wait() work with commitMax Reitz
2020-08-21iotests.py: Let wait_migration() return on failureMax Reitz
2020-07-28iotests: Add more qemu_img helpersNir Soffer
2020-07-28iotests: Make qemu_nbd_popen() a contextmanagerNir Soffer
2020-07-14iotests.py: use qemu.qmp type aliasesJohn Snow
2020-07-13iotests.py: filter_testfiles(): filter SOCK_DIR tooVladimir Sementsov-Ogievskiy
2020-07-13iotests.py: QemuIoInteractive: print output on failureVladimir Sementsov-Ogievskiy
2020-07-13iotests: QemuIoInteractive: use qemu_io_args_no_fmtVladimir Sementsov-Ogievskiy
2020-07-06iotests: Check whether luks worksMax Reitz
2020-07-06iotests.py: Add (verify|has)_working_luks()Max Reitz
2020-07-06iotests.py: Add qemu_img_pipe_and_status()Max Reitz
2020-07-03iotests.py: Do not wait() before communicate()Max Reitz
2020-06-17iotests.py: Add skip_for_formats() decoratorMax Reitz
2020-05-18iotests: log messages from notrun()John Snow
2020-05-18iotests: Fix incomplete type declarationsKevin Wolf
2020-05-05iotests: use python logging for iotests.log()John Snow
2020-05-05iotests: Mark verify functions as privateJohn Snow
2020-05-05iotests: add script_initializeJohn Snow
2020-05-05iotests: add hmp helper with loggingJohn Snow
2020-05-05iotests: limit line length to 79 charsJohn Snow