diff options
author | Max Reitz <mreitz@redhat.com> | 2015-03-19 14:53:17 -0400 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2015-06-12 15:54:08 +0200 |
commit | a68197ff5b11f5a58d48e485d16a36758aeca7f4 (patch) | |
tree | a76cb0e80df6e40d1ac6b8814415f3857d30891f /tests/qemu-iotests/120.out | |
parent | 53a295131274c87914c97053e2ca00f19a9c2efa (diff) | |
download | qemu-a68197ff5b11f5a58d48e485d16a36758aeca7f4.zip |
iotests: Add tests for overriding BDRV_O_PROTOCOL
This adds tests for overriding the qemu-internal BDRV_O_PROTOCOL flag by
explicitly specifying a block driver. As one test must be run over the
NBD protocol while the other must not, this patch adds two separate
iotests.
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/120.out')
-rw-r--r-- | tests/qemu-iotests/120.out | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/qemu-iotests/120.out b/tests/qemu-iotests/120.out new file mode 100644 index 0000000000..9131b1bce9 --- /dev/null +++ b/tests/qemu-iotests/120.out @@ -0,0 +1,15 @@ +QA output created by 120 +Formatting 'TEST_DIR/t.IMGFMT', fmt=IMGFMT size=67108864 +QMP_VERSION +{"return": {}} +wrote 65536/65536 bytes at offset 0 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +{"return": ""} +{"return": {}} +{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "SHUTDOWN"} +read 65536/65536 bytes at offset 0 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) +read 65536/65536 bytes at offset 0 +64 KiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) + +*** done |