summary refs log tree commit diff stats
path: root/tests/qemu-iotests/iotests.py (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* 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/+5
* 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/+1
* 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
* iotests: Increase pause_wait() timeoutKevin Wolf2020-03-211-1/+1
* iotests.py: Enable faulthandlerKevin Wolf2020-03-211-0/+3
* iotests: Fix run_job() with use_log=FalseKevin Wolf2020-03-111-1/+4
* iotests: Add VM.assert_block_path()Max Reitz2020-02-181-0/+59
* drop "from __future__ import print_function"Paolo Bonzini2020-02-071-1/+0
* iotests: remove 'linux' from default supported platformsJohn Snow2020-02-061-5/+11
* tests/qemu-iotests: enable testing with aio optionsAarushi Mehta2020-01-301-2/+10
* iotests.py: Let wait_migration wait even moreMax Reitz2020-01-271-1/+5
* iotests: Add @error to wait_until_completedMax Reitz2020-01-061-6/+12
* iotests: Create VM.blockdev_create()Kevin Wolf2019-12-191-0/+16
* iotests: Support job-complete in run_job()Kevin Wolf2019-12-181-0/+2
* iotests: Fix timeout in run_job()Kevin Wolf2019-12-181-1/+1
* iotests: Add qemu_io_log()Kevin Wolf2019-12-181-0/+5
* iotests: Test NBD client reconnectionAndrey Shinkevich2019-11-181-0/+5
* qemu-iotests/iotests.py: improve assert_qmp messageVladimir Sementsov-Ogievskiy2019-11-181-2/+2
* iotests.py: Add @base_dir to FilePaths etc.Max Reitz2019-10-281-6/+6
* iotests.py: Store socket files in $SOCK_DIRMax Reitz2019-10-281-1/+3
* iotests: Cache supported_formats()Max Reitz2019-10-281-3/+11
* iotests: Let skip_if_unsupported accept a functionMax Reitz2019-10-281-2/+6
* iotests: Use case_skip() in skip_if_unsupported()Max Reitz2019-10-281-4/+4
* iotests: Allow skipping test casesMax Reitz2019-10-281-3/+19
* iotests: Skip read-only cases in 118 when run as rootKevin Wolf2019-10-251-0/+10
* iotests: test nbd reconnectVladimir Sementsov-Ogievskiy2019-10-221-0/+11
* iotests: prepare 124 and 257 bitmap querying for backup-top filterVladimir Sementsov-Ogievskiy2019-10-101-0/+27
* iotests: Remove Python 2 compatibility codeKevin Wolf2019-10-041-10/+3
* iotests: Add supported protocols to execute_test()Max Reitz2019-09-101-1/+3
* iotests: Add virtio-scsi device helperJohn Snow2019-08-161-0/+4
* iotests: teach FilePath to produce multiple pathsJohn Snow2019-08-161-10/+24
* iotests: teach run_job to cancel pending jobsJohn Snow2019-08-161-2/+22
* iotests: add testing shim for script-style python testsJohn Snow2019-08-161-14/+26
* iotests: Move migration helpers to iotests.pyKevin Wolf2019-08-161-0/+16
* iotests: Add @use_log to VM.run_job()Max Reitz2019-07-151-5/+13