aboutsummaryrefslogtreecommitdiff
path: root/tests/qemu-iotests/118.out
diff options
context:
space:
mode:
authorKevin Wolf <kwolf@redhat.com>2019-07-30 16:49:26 +0200
committerKevin Wolf <kwolf@redhat.com>2019-08-16 10:25:16 +0200
commit19462c4bdd3bab7d277aafbdc178daa6ca074c9c (patch)
tree257edee872af7cc05bdc23ae7c5d201a02f56112 /tests/qemu-iotests/118.out
parentdfc828941c0f1771c5861fce11a428c8c64a206d (diff)
iotests/118: Add -blockdev based tests
The code path for -device drive=<node-name> or without a drive=... option for empty drives, which is supposed to be used with -blockdev differs enough from the -drive based path with a user-owned BlockBackend, so we want to test both paths at least for the basic tests implemented by TestInitiallyFilled and TestInitiallyEmpty. This would have caught the bug recently fixed for inserting read-only nodes into a scsi-cd created without a drive=... option. Signed-off-by: Kevin Wolf <kwolf@redhat.com> Reviewed-by: Max Reitz <mreitz@redhat.com>
Diffstat (limited to 'tests/qemu-iotests/118.out')
-rw-r--r--tests/qemu-iotests/118.out4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/qemu-iotests/118.out b/tests/qemu-iotests/118.out
index b4ff997a8c..bf5bfd5aca 100644
--- a/tests/qemu-iotests/118.out
+++ b/tests/qemu-iotests/118.out
@@ -1,5 +1,5 @@
-.........................................................................................
+.......................................................................................................................................................................
----------------------------------------------------------------------
-Ran 89 tests
+Ran 167 tests
OK