diff options
author | Max Reitz <mreitz@redhat.com> | 2015-10-19 17:53:10 +0200 |
---|---|---|
committer | Kevin Wolf <kwolf@redhat.com> | 2015-10-23 18:18:22 +0200 |
commit | 8e9e653038db97bfd343c3fb217b7bf4da765a89 (patch) | |
tree | 169b740e0ed691b6a209ef2f56c405bcd663eea1 /tests/qemu-iotests/081.out | |
parent | be4b67bc7d99da26b7878f7f45370f50a3bd4af5 (diff) | |
download | qemu-8e9e653038db97bfd343c3fb217b7bf4da765a89.zip qemu-8e9e653038db97bfd343c3fb217b7bf4da765a89.tar.gz qemu-8e9e653038db97bfd343c3fb217b7bf4da765a89.tar.bz2 |
iotests: Only create BB if necessary
Tests 071 and 081 test giving references in blockdev-add. It is not
necessary to create a BlockBackend here, so omit it.
While at it, fix up some blockdev-add invocations in the vicinity
(s/raw/$IMGFMT/ in 081, drop the format BDS for blkverify's raw child in
071).
Signed-off-by: Max Reitz <mreitz@redhat.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/081.out')
-rw-r--r-- | tests/qemu-iotests/081.out | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/tests/qemu-iotests/081.out b/tests/qemu-iotests/081.out index 044793d..7063231 100644 --- a/tests/qemu-iotests/081.out +++ b/tests/qemu-iotests/081.out @@ -26,11 +26,12 @@ read 10485760/10485760 bytes at offset 0 10 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) == checking mixed reference/option specification == -Testing: -drive file=TEST_DIR/2.IMGFMT,format=IMGFMT,if=none,id=drive2 +Testing: QMP_VERSION {"return": {}} {"return": {}} -{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "QUORUM_REPORT_BAD", "data": {"node-name": "NODE_NAME", "sectors-count": 20480, "sector-num": 0}} +{"return": {}} +{"timestamp": {"seconds": TIMESTAMP, "microseconds": TIMESTAMP}, "event": "QUORUM_REPORT_BAD", "data": {"node-name": "drive2", "sectors-count": 20480, "sector-num": 0}} read 10485760/10485760 bytes at offset 0 10 MiB, X ops; XX:XX:XX.X (XXX YYY/sec and XXX ops/sec) {"return": ""} |