aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/iotests.py
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-18iotests: Add qemu_io_log()Kevin Wolf1-0/+5
2019-11-18iotests: Test NBD client reconnectionAndrey Shinkevich1-0/+5
2019-11-18qemu-iotests/iotests.py: improve assert_qmp messageVladimir Sementsov-Ogievskiy1-2/+2
2019-10-28iotests.py: Add @base_dir to FilePaths etc.Max Reitz1-6/+6
2019-10-28iotests.py: Store socket files in $SOCK_DIRMax Reitz1-1/+3
2019-10-28iotests: Cache supported_formats()Max Reitz1-3/+11
2019-10-28iotests: Let skip_if_unsupported accept a functionMax Reitz1-2/+6
2019-10-28iotests: Use case_skip() in skip_if_unsupported()Max Reitz1-4/+4
2019-10-28iotests: Allow skipping test casesMax Reitz1-3/+19
2019-10-25iotests: Skip read-only cases in 118 when run as rootKevin Wolf1-0/+10
2019-10-22iotests: test nbd reconnectVladimir Sementsov-Ogievskiy1-0/+11
2019-10-10iotests: prepare 124 and 257 bitmap querying for backup-top filterVladimir Sementsov-Ogievskiy1-0/+27
2019-10-04iotests: Remove Python 2 compatibility codeKevin Wolf1-10/+3
2019-09-10iotests: Add supported protocols to execute_test()Max Reitz1-1/+3
2019-08-16iotests: Add virtio-scsi device helperJohn Snow1-0/+4
2019-08-16iotests: teach FilePath to produce multiple pathsJohn Snow1-10/+24
2019-08-16iotests: teach run_job to cancel pending jobsJohn Snow1-2/+22
2019-08-16iotests: add testing shim for script-style python testsJohn Snow1-14/+26
2019-08-16iotests: Move migration helpers to iotests.pyKevin Wolf1-0/+16
2019-07-15iotests: Add @use_log to VM.run_job()Max Reitz1-5/+13
2019-06-14iotests.py: rewrite run_job to be pickierJohn Snow1-19/+29
2019-06-14iotests.py: do not use infinite waitsJohn Snow1-7/+7
2019-06-13iotests.py: Add qemu_nbd_early_pipe()Max Reitz1-3/+6
2019-06-04iotests: Test commit job start with concurrent I/OKevin Wolf1-1/+9
2019-05-20iotests.py: Fix VM.run_jobMax Reitz1-1/+1
2019-05-20iotests.py: Let assert_qmp() accept an arrayMax Reitz1-2/+16
2019-05-07block/ssh: Implement .bdrv_refresh_filename()Max Reitz1-1/+1
2019-03-08iotests: ask QEMU for supported formatsAndrey Shinkevich1-0/+43
2019-03-08iotests: open notrun files in text modeAndrey Shinkevich1-1/+1
2019-03-07Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell1-2/+2
2019-02-25iotests: Skip 211 on insufficient memoryMax Reitz1-1/+4
2019-02-25iotests.py: s/_/-/g on keys in qmp_log()Max Reitz1-2/+4
2019-02-25iotests.py: Filter filename in any string valueMax Reitz1-1/+1
2019-02-25iotests.py: Add is_str()Max Reitz1-0/+6
2019-02-25iotests.py: Add node_info()Max Reitz1-0/+7
2019-02-25iotests.py: Add filter_imgfmt()Max Reitz1-0/+10
2019-02-22Introduce a Python module structureCleber Rosa1-2/+2
2019-02-01iotests/236: fix transaction kwarg orderJohn Snow1-10/+11
2019-02-01iotests: Filter cid numbers in VMDK extent infoFam Zheng1-0/+1
2019-01-31iotests.py: Add qemu_nbd_pipe()Max Reitz1-0/+14
2019-01-14iotests: implement pretty-print for log and qmp_logJohn Snow1-5/+10
2019-01-14iotests: change qmp_log filters to expect QMP objects onlyJohn Snow1-3/+25
2019-01-14iotests: remove default filters from qmp_logJohn Snow1-1/+1
2019-01-14iotests: add qmp recursive sorting functionJohn Snow1-4/+20