aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/iotests.py
AgeCommit message (Expand)AuthorFilesLines
2020-10-20iotests.py: Adjust HMP kwargs typingJohn Snow1-1/+1
2020-10-02iotests: Allow supported and unsupported formats at the same timeKevin Wolf1-5/+1
2020-10-02iotests: Introduce qemu_nbd_list_log()Kevin Wolf1-1/+12
2020-10-02iotests: Factor out qemu_tool_pipe_and_status()Kevin Wolf1-26/+23
2020-10-02configure: Bump the minimum required Python version to 3.6Thomas Huth1-2/+0
2020-09-15qemu-iotests: Simplify FilePath __init__Nir Soffer1-3/+2
2020-09-15qemu-iotests: Merge FilePaths and FilePathNir Soffer1-13/+10
2020-09-15qemu-iotests: Support varargs syntax in FilePathsNir Soffer1-4/+4
2020-09-15qemu-iotests: Fix FilePaths docstringNir Soffer1-6/+13
2020-09-15qemu-iotests: Fix FilePaths cleanupNir Soffer1-4/+4
2020-09-07iotests: Let complete_and_wait() work with commitMax Reitz1-3/+7
2020-08-21iotests.py: Let wait_migration() return on failureMax Reitz1-6/+12
2020-07-28iotests: Add more qemu_img helpersNir Soffer1-0/+6
2020-07-28iotests: Make qemu_nbd_popen() a contextmanagerNir Soffer1-2/+26
2020-07-14iotests.py: use qemu.qmp type aliasesJohn Snow1-6/+3
2020-07-13iotests.py: filter_testfiles(): filter SOCK_DIR tooVladimir Sementsov-Ogievskiy1-2/+3
2020-07-13iotests.py: QemuIoInteractive: print output on failureVladimir Sementsov-Ogievskiy1-1/+7
2020-07-13iotests: QemuIoInteractive: use qemu_io_args_no_fmtVladimir Sementsov-Ogievskiy1-1/+1
2020-07-06iotests: Check whether luks worksMax Reitz1-0/+5
2020-07-06iotests.py: Add (verify|has)_working_luks()Max Reitz1-0/+39
2020-07-06iotests.py: Add qemu_img_pipe_and_status()Max Reitz1-20/+20
2020-07-03iotests.py: Do not wait() before communicate()Max Reitz1-17/+17
2020-06-17iotests.py: Add skip_for_formats() decoratorMax Reitz1-0/+16
2020-05-18iotests: log messages from notrun()John Snow1-6/+5
2020-05-18iotests: Fix incomplete type declarationsKevin Wolf1-4/+4
2020-05-05iotests: use python logging for iotests.log()John Snow1-23/+30
2020-05-05iotests: Mark verify functions as privateJohn Snow1-10/+13
2020-05-05iotests: add script_initializeJohn Snow1-26/+50
2020-05-05iotests: add hmp helper with loggingJohn Snow1-15/+24
2020-05-05iotests: limit line length to 79 charsJohn Snow1-22/+42
2020-05-05iotests: touch up log function signatureJohn Snow1-3/+11
2020-05-05iotests: drop pre-Python 3.4 compatibility codeJohn Snow1-4/+1
2020-05-05iotests: alphabetize standard importsJohn Snow1-9/+9
2020-05-05iotests: replace mutable list default argsJohn Snow1-12/+12
2020-05-05iotests: ignore import warnings from pylintJohn Snow1-0/+1
2020-05-05iotests: don't use 'format' for drive_addJohn Snow1-3/+3
2020-05-05iotests: do a light delintingJohn Snow1-40/+43
2020-04-30iotests: Filter testfiles out in filter_img_info()Kevin Wolf1-2/+3
2020-03-21iotests: Increase pause_wait() timeoutKevin Wolf1-1/+1
2020-03-21iotests.py: Enable faulthandlerKevin Wolf1-0/+3
2020-03-11iotests: Fix run_job() with use_log=FalseKevin Wolf1-1/+4
2020-02-18iotests: Add VM.assert_block_path()Max Reitz1-0/+59
2020-02-07drop "from __future__ import print_function"Paolo Bonzini1-1/+0
2020-02-06iotests: remove 'linux' from default supported platformsJohn Snow1-5/+11
2020-01-30tests/qemu-iotests: enable testing with aio optionsAarushi Mehta1-2/+10
2020-01-27iotests.py: Let wait_migration wait even moreMax Reitz1-1/+5
2020-01-06iotests: Add @error to wait_until_completedMax Reitz1-6/+12
2019-12-19iotests: Create VM.blockdev_create()Kevin Wolf1-0/+16
2019-12-18iotests: Support job-complete in run_job()Kevin Wolf1-0/+2
2019-12-18iotests: Fix timeout in run_job()Kevin Wolf1-1/+1