summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/iotests.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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/+3Star
* 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
* iotests.py: Add qemu_img_pipe_and_status()Max Reitz2020-07-061-20/+20
* iotests.py: Do not wait() before communicate()Max Reitz2020-07-031-17/+17
* iotests.py: Add skip_for_formats() decoratorMax Reitz2020-06-171-0/+16
* iotests: log messages from notrun()John Snow2020-05-181-6/+5Star
* iotests: Fix incomplete type declarationsKevin Wolf2020-05-181-4/+4
* iotests: use python logging for iotests.log()John Snow2020-05-051-23/+30
* iotests: Mark verify functions as privateJohn Snow2020-05-051-10/+13
* iotests: add script_initializeJohn Snow2020-05-051-26/+50
* iotests: add hmp helper with loggingJohn Snow2020-05-051-15/+24
* iotests: limit line length to 79 charsJohn Snow2020-05-051-22/+42
* iotests: touch up log function signatureJohn Snow2020-05-051-3/+11
* iotests: drop pre-Python 3.4 compatibility codeJohn Snow2020-05-051-4/+1Star
* iotests: alphabetize standard importsJohn Snow2020-05-051-9/+9
* iotests: replace mutable list default argsJohn Snow2020-05-051-12/+12
* iotests: ignore import warnings from pylintJohn Snow2020-05-051-0/+1
* iotests: don't use 'format' for drive_addJohn Snow2020-05-051-3/+3
* iotests: do a light delintingJohn Snow2020-05-051-40/+43
* iotests: Filter testfiles out in filter_img_info()Kevin Wolf2020-04-301-2/+3