aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/iotests.py
AgeCommit message (Expand)Author
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
2018-05-30qemu-iotests: Add VM.get_qmp_events_filtered()Kevin Wolf
2018-05-23iotests: Move qmp_to_opts() to VMKevin Wolf
2018-05-23job: Add JOB_STATUS_CHANGE QMP eventKevin Wolf
2018-04-11Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell
2018-04-10iotests.py: improve verify_image_format helperVladimir Sementsov-Ogievskiy
2018-04-10iotests.py: support unsupported_fmts in main()Vladimir Sementsov-Ogievskiy
2018-04-10iotests: fix wait_until_completed()Peter Xu
2018-03-19iotests: add pause_waitJohn Snow
2018-03-16Merge remote-tracking branch 'remotes/jnsnow/tags/bitmaps-pull-request' into ...Peter Maydell
2018-03-13iotests: add dirty bitmap postcopy testVladimir Sementsov-Ogievskiy
2018-03-13iotests: add file_path helperVladimir Sementsov-Ogievskiy
2018-03-13iotests.py: tiny refactor: move system imports upVladimir Sementsov-Ogievskiy
2018-02-09iotests: 205: support luks formatVladimir Sementsov-Ogievskiy
2018-01-26iotests: implement QemuIoInteractive classVladimir Sementsov-Ogievskiy
2017-12-19iotests: add VM.add_object()Stefan Hajnoczi
2017-10-11scripts: Remove debug parameter from QEMUMachineEduardo Habkost