summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests/iotests.py
Commit message (Expand)AuthorAgeFilesLines
...
* iotests: Increase pause_wait() timeoutKevin Wolf2020-03-211-1/+1
* iotests.py: Enable faulthandlerKevin Wolf2020-03-211-0/+3
* iotests: Fix run_job() with use_log=FalseKevin Wolf2020-03-111-1/+4
* iotests: Add VM.assert_block_path()Max Reitz2020-02-181-0/+59
* drop "from __future__ import print_function"Paolo Bonzini2020-02-071-1/+0Star
* iotests: remove 'linux' from default supported platformsJohn Snow2020-02-061-5/+11
* tests/qemu-iotests: enable testing with aio optionsAarushi Mehta2020-01-301-2/+10
* iotests.py: Let wait_migration wait even moreMax Reitz2020-01-271-1/+5
* iotests: Add @error to wait_until_completedMax Reitz2020-01-061-6/+12
* iotests: Create VM.blockdev_create()Kevin Wolf2019-12-191-0/+16
* iotests: Support job-complete in run_job()Kevin Wolf2019-12-181-0/+2
* iotests: Fix timeout in run_job()Kevin Wolf2019-12-181-1/+1
* iotests: Add qemu_io_log()Kevin Wolf2019-12-181-0/+5
* iotests: Test NBD client reconnectionAndrey Shinkevich2019-11-181-0/+5
* qemu-iotests/iotests.py: improve assert_qmp messageVladimir Sementsov-Ogievskiy2019-11-181-2/+2
* iotests.py: Add @base_dir to FilePaths etc.Max Reitz2019-10-281-6/+6
* iotests.py: Store socket files in $SOCK_DIRMax Reitz2019-10-281-1/+3
* iotests: Cache supported_formats()Max Reitz2019-10-281-3/+11
* iotests: Let skip_if_unsupported accept a functionMax Reitz2019-10-281-2/+6
* iotests: Use case_skip() in skip_if_unsupported()Max Reitz2019-10-281-4/+4
* iotests: Allow skipping test casesMax Reitz2019-10-281-3/+19
* iotests: Skip read-only cases in 118 when run as rootKevin Wolf2019-10-251-0/+10
* iotests: test nbd reconnectVladimir Sementsov-Ogievskiy2019-10-231-0/+11
* iotests: prepare 124 and 257 bitmap querying for backup-top filterVladimir Sementsov-Ogievskiy2019-10-101-0/+27
* iotests: Remove Python 2 compatibility codeKevin Wolf2019-10-041-10/+3Star
* iotests: Add supported protocols to execute_test()Max Reitz2019-09-101-1/+3
* iotests: Add virtio-scsi device helperJohn Snow2019-08-161-0/+4
* iotests: teach FilePath to produce multiple pathsJohn Snow2019-08-161-10/+24
* iotests: teach run_job to cancel pending jobsJohn Snow2019-08-161-2/+22
* iotests: add testing shim for script-style python testsJohn Snow2019-08-161-14/+26
* iotests: Move migration helpers to iotests.pyKevin Wolf2019-08-161-0/+16
* iotests: Add @use_log to VM.run_job()Max Reitz2019-07-151-5/+13
* iotests.py: rewrite run_job to be pickierJohn Snow2019-06-141-19/+29
* iotests.py: do not use infinite waitsJohn Snow2019-06-141-7/+7
* iotests.py: Add qemu_nbd_early_pipe()Max Reitz2019-06-131-3/+6
* iotests: Test commit job start with concurrent I/OKevin Wolf2019-06-041-1/+9
* iotests.py: Fix VM.run_jobMax Reitz2019-05-201-1/+1
* iotests.py: Let assert_qmp() accept an arrayMax Reitz2019-05-201-2/+16
* block/ssh: Implement .bdrv_refresh_filename()Max Reitz2019-05-071-1/+1
* iotests: ask QEMU for supported formatsAndrey Shinkevich2019-03-081-0/+43
* iotests: open notrun files in text modeAndrey Shinkevich2019-03-081-1/+1
* Merge remote-tracking branch 'remotes/cleber/tags/python-next-pull-request' i...Peter Maydell2019-03-071-2/+2
|\
| * Introduce a Python module structureCleber Rosa2019-02-221-2/+2
* | iotests: Skip 211 on insufficient memoryMax Reitz2019-02-251-1/+4
* | iotests.py: s/_/-/g on keys in qmp_log()Max Reitz2019-02-251-2/+4
* | iotests.py: Filter filename in any string valueMax Reitz2019-02-251-1/+1
* | iotests.py: Add is_str()Max Reitz2019-02-251-0/+6
* | iotests.py: Add node_info()Max Reitz2019-02-251-0/+7
* | iotests.py: Add filter_imgfmt()Max Reitz2019-02-251-0/+10
|/
* iotests/236: fix transaction kwarg orderJohn Snow2019-02-011-10/+11