aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2021-01-26iotests/300: Clean up pylint and mypy complaintsMax Reitz2-4/+16
2021-01-26iotests/129: Clean up pylint and mypy complaintsMax Reitz2-3/+3
2021-01-26iotests/129: Limit mirror job's buffer sizeMax Reitz1-1/+1
2021-01-26iotests/129: Actually test a commit jobMax Reitz1-2/+25
2021-01-26iotests/129: Use throttle nodeMax Reitz1-24/+13
2021-01-26iotests/129: Do not check @busyMax Reitz1-1/+1
2021-01-26iotests/129: Remove test images in tearDown()Max Reitz1-0/+2
2021-01-26iotests: Move try_remove to iotests.pyMax Reitz2-11/+8
2021-01-26iotests/297: Rewrite in Python and extend reachMax Reitz2-25/+92
2021-01-26iotests.py: Assume a couple of variables as givenMax Reitz2-14/+13
2021-01-26block: apply COR-filter to block-stream jobsAndrey Shinkevich3-12/+18
2021-01-26iotests: 30: prepare to COR filter insertion by stream jobVladimir Sementsov-Ogievskiy1-1/+3
2021-01-26iotests: add #310 to test bottom node in COR driverAndrey Shinkevich3-0/+133
2021-01-26iotests: fix _check_o_directVladimir Sementsov-Ogievskiy1-3/+4
2021-01-20iotests.py: qemu_io(): reuse qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy1-8/+1
2021-01-20iotests.py: fix qemu_tool_pipe_and_status()Vladimir Sementsov-Ogievskiy1-3/+2
2021-01-20iotests/264: fix styleVladimir Sementsov-Ogievskiy1-6/+5
2021-01-20iotests: define group in each iotestVladimir Sementsov-Ogievskiy291-0/+291
2021-01-20iotests/294: add shebang lineVladimir Sementsov-Ogievskiy1-0/+1
2021-01-20iotests: make tests executableVladimir Sementsov-Ogievskiy3-0/+0
2021-01-20iotests: fix some whitespaces in test output filesVladimir Sementsov-Ogievskiy3-12/+12
2021-01-20iotests/303: use dot slash for qcow2.py runningVladimir Sementsov-Ogievskiy1-1/+1
2021-01-20iotests/277: use dot slash for nbd-fault-injector.py runningVladimir Sementsov-Ogievskiy1-1/+1
2021-01-06tests/iotests: drop test 312 from auto groupAlex Bennée1-1/+1
2021-01-06configure: move tests/qemu-iotests/common.env generation to mesonPaolo Bonzini2-0/+6
2020-12-31Merge remote-tracking branch 'remotes/maxreitz/tags/pull-block-2020-12-18' in...Peter Maydell31-201/+1169
2020-12-18iotests: Fix _send_qemu_cmd with bash 5.1Max Reitz24-199/+728
2020-12-18iotests/102: Pass $QEMU_HANDLE to _send_qemu_cmdMax Reitz2-2/+2
2020-12-18quorum: Implement bdrv_co_pwrite_zeroes()Alberto Garcia2-0/+19
2020-12-18quorum: Implement bdrv_co_block_status()Alberto Garcia3-0/+216
2020-12-18iotests: add 298 to test new preallocate filter driverVladimir Sementsov-Ogievskiy3-0/+192
2020-12-18iotests.py: execute_setup_common(): add required_fmts argumentVladimir Sementsov-Ogievskiy1-1/+8
2020-12-18iotests: qemu_io_silent: support --image-optsVladimir Sementsov-Ogievskiy1-1/+6
2020-12-18iotests:172: use _filter_qom_pathVladimir Sementsov-Ogievskiy2-77/+77
2020-12-18iotests: make _filter_qom_path more strictVladimir Sementsov-Ogievskiy2-29/+29
2020-12-18iotests/210: Fix reference outputMax Reitz1-1/+1
2020-12-11block: introduce BDRV_MAX_LENGTHVladimir Sementsov-Ogievskiy2-1/+7
2020-12-11iotests/221: Discard image before qemu-img mapMax Reitz2-8/+13
2020-12-11iotests/308: Add test for FUSE exportsMax Reitz3-0/+437
2020-12-11iotests: Enable fuse for many testsMax Reitz75-75/+75
2020-12-11iotests: Allow testing FUSE exportsMax Reitz3-1/+134
2020-12-11iotests: Give access to the qemu-storage-daemonMax Reitz2-0/+28
2020-12-11iotests/287: Clean up subshell test imageMax Reitz1-2/+2
2020-12-11iotests: Let _make_test_img guess $TEST_IMG_FILEMax Reitz1-3/+37
2020-12-11iotests: Restrict some Python tests to fileMax Reitz2-2/+4
2020-12-11iotests/091: Use _cleanup_qemu instad of "wait"Max Reitz1-1/+2
2020-12-11iotests: Derive image names from $TEST_IMGMax Reitz4-9/+7
2020-12-11iotests/046: Avoid renaming imagesMax Reitz2-3/+4
2020-12-11iotests: Use convert -n in some casesMax Reitz4-11/+10
2020-12-11iotests: Do not pipe _make_test_imgMax Reitz2-5/+24