summaryrefslogtreecommitdiffstats
path: root/tests/qemu-iotests
Commit message (Expand)AuthorAgeFilesLines
* iotests: Enhance 223, 233 to cover 'qemu-nbd --list'Eric Blake2019-01-214-6/+50
* iotests: Make 233 output more reliableEric Blake2019-01-212-4/+11
* qemu-nbd: Add --bitmap=NAME optionEric Blake2019-01-142-2/+28
* nbd: Allow bitmap export during QMP nbd-server-addEric Blake2019-01-142-15/+9Star
* nbd: Only require disabled bitmap for read-only exportsEric Blake2019-01-142-4/+9
* nbd: Forbid nbd-server-stop when server is not runningEric Blake2019-01-142-2/+2
* nbd: Add some error case testing to iotests 223Eric Blake2019-01-142-2/+24
* iotests: add iotest 236 for testing bitmap mergeJohn Snow2019-01-143-0/+513
* iotests: implement pretty-print for log and qmp_logJohn Snow2019-01-141-5/+10
* iotests: change qmp_log filters to expect QMP objects onlyJohn Snow2019-01-142-5/+27
* iotests: remove default filters from qmp_logJohn Snow2019-01-142-3/+7
* iotests: add qmp recursive sorting functionJohn Snow2019-01-141-4/+20
* iotests: add filter_generated_node_idsJohn Snow2019-01-141-0/+3
* iotests.py: don't abort if IMGKEYSECRET is undefinedJohn Snow2019-01-141-1/+1
* block: remove 'x' prefix from experimental bitmap APIsJohn Snow2019-01-141-2/+2
* qemu-nbd: Use program name in error messagesEric Blake2019-01-051-1/+1
* block/nbd-client: use traces instead of noisy error_report_errVladimir Sementsov-Ogievskiy2019-01-051-28/+0Star
* qmp: Split ShutdownCause host-qmp into quit and system-resetDominik Csapak2018-12-1821-75/+75
* qmp: Add reason to SHUTDOWN and RESET eventsDominik Csapak2018-12-1821-75/+87
* Merge remote-tracking branch 'remotes/kevin/tags/for-upstream' into stagingPeter Maydell2018-12-163-1/+36
|\
| * iotests: make 235 work on s390 (and others)Christian Borntraeger2018-12-141-1/+3
| * block: Remove assertions from update_flags_from_options()Alberto Garcia2018-12-142-0/+16
| * qemu-io: Put flag changes in the options QDict in reopen_f()Alberto Garcia2018-12-142-0/+17
* | json: Fix to reject duplicate object member namesMarkus Armbruster2018-12-131-1/+0Star
|/
* iotests: simple mirror test with kvm on 1G imageVladimir Sementsov-Ogievskiy2018-12-033-0/+80
* iotests: Test migration with -blockdevKevin Wolf2018-11-273-0/+152
* block: Update BlockDriverState.inherits_from on bdrv_drop_intermediate()Alberto Garcia2018-11-222-1/+50
* block: Update BlockDriverState.inherits_from on bdrv_set_backing_hd()Alberto Garcia2018-11-223-0/+128
* iotests: Enhance 223 to cover multiple bitmap granularitiesEric Blake2018-11-222-15/+60
* iotests: fix nbd test 233 to work correctly with raw imagesDaniel P. Berrangé2018-11-221-3/+6
* iotests: Skip 233 if certtool not installedEric Blake2018-11-211-0/+3
* iotests: Replace assertEquals() with assertEqual()Kevin Wolf2018-11-213-6/+6
* iotests: Replace time.clock() with TimeoutKevin Wolf2018-11-211-10/+6Star
* iotests: Drop use of bash keyword 'function'Eric Blake2018-11-1935-86/+86
* iotests: Also test I/O over NBD TLSEric Blake2018-11-192-1/+21
* tests: exercise NBD server in TLS modeDaniel P. Berrangé2018-11-194-0/+178
* tests: add iotests helpers for dealing with TLS certificatesDaniel P. Berrangé2018-11-191-0/+137
* tests: check if qemu-nbd is still alive before waitingDaniel P. Berrangé2018-11-191-1/+9
* tests: pull qemu-nbd iotest helpers into common.nbd fileDaniel P. Berrangé2018-11-192-39/+64
* qemu-iotests: Modern shell scripting (use $() instead of ``)Mao Zhongyi2018-11-192-32/+32
* qemu-iotests: convert `pwd` and $(pwd) to $PWDMao Zhongyi2018-11-193-4/+2Star
* qemu-iotests: remove unused variable 'here'Mao Zhongyi2018-11-19170-170/+0Star
* iotests: Test file-posix locking and reopenMax Reitz2018-11-192-0/+80
* iotests: Add new test 220 for max compressed cluster offsetEric Blake2018-11-193-0/+151
* option: Make option help nicer to readMax Reitz2018-11-051-478/+478
* qemu-iotests: Test auto-read-only with -drive and -blockdevKevin Wolf2018-11-053-0/+207
* iotest: Test x-blockdev-change on a QuorumAlberto Garcia2018-11-052-0/+140
* iotest: Test the blkverify mode of the Quorum driverAlberto Garcia2018-11-052-0/+46
* iotests: make 083 specific to rawCleber Rosa2018-11-051-1/+1
* iotests: Unify log outputs between Python 2 and 3Max Reitz2018-10-3116-740/+744