aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)Author
2021-01-20iotests/303: use dot slash for qcow2.py runningVladimir Sementsov-Ogievskiy
2021-01-20iotests/277: use dot slash for nbd-fault-injector.py runningVladimir Sementsov-Ogievskiy
2021-01-06tests/iotests: drop test 312 from auto groupAlex Bennée
2021-01-06configure: move tests/qemu-iotests/common.env generation to mesonPaolo Bonzini
2020-12-31Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-12-18' in...Peter Maydell
2020-12-18iotests: Fix _send_qemu_cmd with bash 5.1Max Reitz
2020-12-18iotests/102: Pass $QEMU_HANDLE to _send_qemu_cmdMax Reitz
2020-12-18quorum: Implement bdrv_co_pwrite_zeroes()Alberto Garcia
2020-12-18quorum: Implement bdrv_co_block_status()Alberto Garcia
2020-12-18iotests: add 298 to test new preallocate filter driverVladimir Sementsov-Ogievskiy
2020-12-18iotests.py: execute_setup_common(): add required_fmts argumentVladimir Sementsov-Ogievskiy
2020-12-18iotests: qemu_io_silent: support --image-optsVladimir Sementsov-Ogievskiy
2020-12-18iotests:172: use _filter_qom_pathVladimir Sementsov-Ogievskiy
2020-12-18iotests: make _filter_qom_path more strictVladimir Sementsov-Ogievskiy
2020-12-18iotests/210: Fix reference outputMax Reitz
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy
2020-12-11iotests/221: Discard image before qemu-img mapMax Reitz
2020-12-11iotests/308: Add test for FUSE exportsMax Reitz
2020-12-11iotests: Enable fuse for many testsMax Reitz
2020-12-11iotests: Allow testing FUSE exportsMax Reitz
2020-12-11iotests: Give access to the qemu-storage-daemonMax Reitz
2020-12-11iotests/287: Clean up subshell test imageMax Reitz
2020-12-11iotests: Let _make_test_img guess $TEST_IMG_FILEMax Reitz
2020-12-11iotests: Restrict some Python tests to fileMax Reitz
2020-12-11iotests/091: Use _cleanup_qemu instad of "wait"Max Reitz
2020-12-11iotests: Derive image names from $TEST_IMGMax Reitz
2020-12-11iotests/046: Avoid renaming imagesMax Reitz
2020-12-11iotests: Use convert -n in some casesMax Reitz
2020-12-11iotests: Do not pipe _make_test_imgMax Reitz
2020-12-11iotests: Do not needlessly filter _make_test_imgMax Reitz
2020-12-10block: Improve some block-commit, block-stream error messagesMarkus Armbruster
2020-11-17iotests/081: Test rewrite-corrupted without WRITEMax Reitz
2020-11-17iotests/081: Filter image format after testdirMax Reitz
2020-11-17iotests: Replace deprecated ConfigParser.readfp()Kevin Wolf
2020-11-09iotests: rewrite iotest 240 in pythonMaxim Levitsky
2020-11-09iotests: add filter_qmp_virtio_scsi functionMaxim Levitsky
2020-11-03iotests: Use Python 3 style super()Kevin Wolf
2020-11-03iotests: Disable unsubscriptable-object in pylintKevin Wolf
2020-11-03iotests.py: Fix type check errors in wait_migration()Kevin Wolf
2020-11-01Merge remote-tracking branch 'remotes/ericb/tags/pull-nbd-2020-10-27-v2' into...Peter Maydell
2020-10-30nbd: Add 'qemu-nbd -A' to expose allocation depthEric Blake
2020-10-30nbd: Allow export of multiple bitmaps for one deviceEric Blake
2020-10-30iotests/291: Stop NBD serverMax Reitz
2020-10-30iotests/291: Filter irrelevant parts of img-infoMax Reitz
2020-10-29util: include the target address in socket connect failuresDaniel P. Berrangé
2020-10-23iotests: add commit top->base cases to 274Vladimir Sementsov-Ogievskiy
2020-10-20iotests.py: Adjust HMP kwargs typingJohn Snow
2020-10-13Merge remote-tracking branch 'remotes/huth-gitlab/tags/pull-request-2020-10-1...Peter Maydell
2020-10-13Remove superfluous .gitignore filesThomas Huth
2020-10-12qemu-iotests, qtest: rewrite test 067 as a qtestPaolo Bonzini