summaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/iotests.py
AgeCommit message (Expand)Author
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
2020-05-05iotests: touch up log function signatureJohn Snow
2020-05-05iotests: drop pre-Python 3.4 compatibility codeJohn Snow
2020-05-05iotests: alphabetize standard importsJohn Snow
2020-05-05iotests: replace mutable list default argsJohn Snow
2020-05-05iotests: ignore import warnings from pylintJohn Snow
2020-05-05iotests: don't use 'format' for drive_addJohn Snow
2020-05-05iotests: do a light delintingJohn Snow
2020-04-30iotests: Filter testfiles out in filter_img_info()Kevin Wolf
2020-03-21iotests: Increase pause_wait() timeoutKevin Wolf
2020-03-21iotests.py: Enable faulthandlerKevin Wolf
2020-03-11iotests: Fix run_job() with use_log=FalseKevin Wolf
2020-02-18iotests: Add VM.assert_block_path()Max Reitz
2020-02-07drop "from __future__ import print_function"Paolo Bonzini
2020-02-06iotests: remove 'linux' from default supported platformsJohn Snow
2020-01-30tests/qemu-iotests: enable testing with aio optionsAarushi Mehta
2020-01-27iotests.py: Let wait_migration wait even moreMax Reitz
2020-01-06iotests: Add @error to wait_until_completedMax Reitz
2019-12-19iotests: Create VM.blockdev_create()Kevin Wolf
2019-12-18iotests: Support job-complete in run_job()Kevin Wolf
2019-12-18iotests: Fix timeout in run_job()Kevin Wolf
2019-12-18iotests: Add qemu_io_log()Kevin Wolf
2019-11-18iotests: Test NBD client reconnectionAndrey Shinkevich
2019-11-18qemu-iotests/iotests.py: improve assert_qmp messageVladimir Sementsov-Ogievskiy
2019-10-28iotests.py: Add @base_dir to FilePaths etc.Max Reitz
2019-10-28iotests.py: Store socket files in $SOCK_DIRMax Reitz
2019-10-28iotests: Cache supported_formats()Max Reitz
2019-10-28iotests: Let skip_if_unsupported accept a functionMax Reitz
2019-10-28iotests: Use case_skip() in skip_if_unsupported()Max Reitz
2019-10-28iotests: Allow skipping test casesMax Reitz
2019-10-25iotests: Skip read-only cases in 118 when run as rootKevin Wolf
2019-10-22iotests: test nbd reconnectVladimir Sementsov-Ogievskiy
2019-10-10iotests: prepare 124 and 257 bitmap querying for backup-top filterVladimir Sementsov-Ogievskiy
2019-10-04iotests: Remove Python 2 compatibility codeKevin Wolf
2019-09-10iotests: Add supported protocols to execute_test()Max Reitz
2019-08-16iotests: Add virtio-scsi device helperJohn Snow
2019-08-16iotests: teach FilePath to produce multiple pathsJohn Snow
2019-08-16iotests: teach run_job to cancel pending jobsJohn Snow
2019-08-16iotests: add testing shim for script-style python testsJohn Snow