aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/iotests.py
AgeCommit message (Expand)Author
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
2019-08-16iotests: Move migration helpers to iotests.pyKevin Wolf
2019-07-15iotests: Add @use_log to VM.run_job()Max Reitz
2019-06-14iotests.py: rewrite run_job to be pickierJohn Snow
2019-06-14iotests.py: do not use infinite waitsJohn Snow
2019-06-13iotests.py: Add qemu_nbd_early_pipe()Max Reitz
2019-06-04iotests: Test commit job start with concurrent I/OKevin Wolf
2019-05-20iotests.py: Fix VM.run_jobMax Reitz
2019-05-20iotests.py: Let assert_qmp() accept an arrayMax Reitz
2019-05-07block/ssh: Implement .bdrv_refresh_filename()Max Reitz
2019-03-08iotests: ask QEMU for supported formatsAndrey Shinkevich
2019-03-08iotests: open notrun files in text modeAndrey Shinkevich
2019-03-07Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell
2019-02-25iotests: Skip 211 on insufficient memoryMax Reitz
2019-02-25iotests.py: s/_/-/g on keys in qmp_log()Max Reitz
2019-02-25iotests.py: Filter filename in any string valueMax Reitz
2019-02-25iotests.py: Add is_str()Max Reitz
2019-02-25iotests.py: Add node_info()Max Reitz
2019-02-25iotests.py: Add filter_imgfmt()Max Reitz
2019-02-22Introduce a Python module structureCleber Rosa
2019-02-01iotests/236: fix transaction kwarg orderJohn Snow
2019-02-01iotests: Filter cid numbers in VMDK extent infoFam Zheng
2019-01-31iotests.py: Add qemu_nbd_pipe()Max Reitz
2019-01-14iotests: implement pretty-print for log and qmp_logJohn Snow
2019-01-14iotests: change qmp_log filters to expect QMP objects onlyJohn Snow
2019-01-14iotests: remove default filters from qmp_logJohn Snow
2019-01-14iotests: add qmp recursive sorting functionJohn Snow
2019-01-14iotests: add filter_generated_node_idsJohn Snow
2019-01-14iotests.py: don't abort if IMGKEYSECRET is undefinedJohn Snow
2018-11-21iotests: Replace assertEquals() with assertEqual()Kevin Wolf
2018-10-30iotests: Unify log outputs between Python 2 and 3Max Reitz
2018-10-30iotests: Modify imports for Python 3Max Reitz
2018-10-30iotests: Use // for Python integer divisionMax Reitz
2018-10-30iotests: Use Python byte strings where appropriateMax Reitz
2018-10-30iotests: Flush in iotests.py's QemuIoInteractiveMax Reitz
2018-06-12Merge remote-tracking branch 'remotes/ehabkost/tags/python-next-pull-request'...Peter Maydell
2018-06-11iotests: improve pause_jobVladimir Sementsov-Ogievskiy
2018-06-11iotests.py: Add qemu_io_silentMax Reitz
2018-06-08python: futurize -f libfuturize.fixes.fix_print_with_importEduardo Habkost
2018-05-30qemu-iotests: Rewrite 210 for blockdev-create jobKevin Wolf
2018-05-30qemu-iotests: iotests.py helper for non-file protocolsKevin Wolf
2018-05-30qemu-iotests: Add VM.run_job()Kevin Wolf
2018-05-30qemu-iotests: Add iotests.img_info_log()Kevin Wolf
2018-05-30qemu-iotests: Add VM.qmp_log()Kevin Wolf