aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests
AgeCommit message (Expand)AuthorFilesLines
2018-11-27iotests: Test migration with -blockdevKevin Wolf3-0/+152
2018-11-22block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()Alberto Garcia2-1/+50
2018-11-22block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()Alberto Garcia3-0/+128
2018-11-22iotests: Enhance 223 to cover multiple bitmap granularitiesEric Blake2-15/+60
2018-11-22iotests: fix nbd test 233 to work correctly with raw imagesDaniel P. Berrangé1-3/+6
2018-11-21iotests: Skip 233 if certtool not installedEric Blake1-0/+3
2018-11-21iotests: Replace assertEquals() with assertEqual()Kevin Wolf3-6/+6
2018-11-21iotests: Replace time.clock() with TimeoutKevin Wolf1-10/+6
2018-11-19iotests: Drop use of bash keyword 'function'Eric Blake35-86/+86
2018-11-19iotests: Also test I/O over NBD TLSEric Blake2-1/+21
2018-11-19tests: exercise NBD server in TLS modeDaniel P. Berrangé4-0/+178
2018-11-19tests: add iotests helpers for dealing with TLS certificatesDaniel P. Berrangé1-0/+137
2018-11-19tests: check if qemu-nbd is still alive before waitingDaniel P. Berrangé1-1/+9
2018-11-19tests: pull qemu-nbd iotest helpers into common.nbd fileDaniel P. Berrangé2-39/+64
2018-11-19qemu-iotests: Modern shell scripting (use $() instead of ``)Mao Zhongyi2-32/+32
2018-11-19qemu-iotests: convert `pwd` and $(pwd) to $PWDMao Zhongyi3-4/+2
2018-11-19qemu-iotests: remove unused variable 'here'Mao Zhongyi170-170/+0
2018-11-19iotests: Test file-posix locking and reopenMax Reitz2-0/+80
2018-11-19iotests: Add new test 220 for max compressed cluster offsetEric Blake3-0/+151
2018-11-05option: Make option help nicer to readMax Reitz1-478/+478
2018-11-05qemu-iotests: Test auto-read-only with -drive and -blockdevKevin Wolf3-0/+207
2018-11-05iotest: Test x-blockdev-change on a QuorumAlberto Garcia2-0/+140
2018-11-05iotest: Test the blkverify mode of the Quorum driverAlberto Garcia2-0/+46
2018-11-05iotests: make 083 specific to rawCleber Rosa1-1/+1
2018-10-30iotests: Unify log outputs between Python 2 and 3Max Reitz16-740/+744
2018-10-30iotests: Modify imports for Python 3Max Reitz2-6/+14
2018-10-30iotests: 'new' module replacement in 169Max Reitz1-2/+1
2018-10-30iotests: Explicitly bequeath FDs in PythonMax Reitz2-2/+2
2018-10-30iotests: Different iterator behavior in Python 3Max Reitz6-16/+23
2018-10-30iotests: Use // for Python integer divisionMax Reitz11-30/+30
2018-10-30iotests: Use Python byte strings where appropriateMax Reitz6-20/+25
2018-10-30iotests: Flush in iotests.py's QemuIoInteractiveMax Reitz1-0/+1
2018-10-30iotests: Make nbd-fault-injector flushMax Reitz2-0/+10
2018-10-30Merge remote-tracking branch 'remotes/vivier2/tags/qemu-trivial-for-3.1-pull-...Peter Maydell3-3/+3
2018-10-29iotests: 169: add cases for source vm resumingVladimir Sementsov-Ogievskiy2-3/+61
2018-10-29iotests: improve 169Vladimir Sementsov-Ogievskiy1-0/+9
2018-10-29iotests: 169: drop deprecated 'autoload' parameterVladimir Sementsov-Ogievskiy1-1/+0
2018-10-26tests: Fix typos in comments and help message (found by codespell)Stefan Weil1-1/+1
2018-10-26qemu-iotests: make 218 executableCleber Rosa1-0/+0
2018-10-26qemu-iotests: fix filename containing checksCleber Rosa1-2/+2
2018-10-19block: Clean up bdrv_img_create()'s error reportingMarkus Armbruster1-8/+4
2018-10-01block-backend: Set werror/rerror defaults in blk_new()Kevin Wolf1-0/+1
2018-10-01qcow2: Assign the L2 cache relatively to the image sizeLeonid Bloch2-2/+10
2018-10-01file-posix: Include filename in locking error messageFam Zheng2-39/+39
2018-09-25qemu-iotests: Test snapshot=on with nonexistent TMPDIRAlberto Garcia3-0/+9
2018-09-25qemu-iotests: Test commit with top-node/base-nodeKevin Wolf2-4/+52
2018-09-24block/rbd: add iotest for rbd legacy keyvalue filename parsingJeff Cody3-0/+72
2018-08-21block: iotest to catch abort on forced blockjob cancelJeff Cody3-0/+119
2018-08-15mirror: Fail gracefully for source == targetKevin Wolf2-2/+8
2018-08-15qemu-iotests: Update 093 to improve the draining testAlberto Garcia1-8/+11