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/group | |
parent | 53a295131274c87914c97053e2ca00f19a9c2efa (diff) |
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/group')
-rw-r--r-- | tests/qemu-iotests/group | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/qemu-iotests/group b/tests/qemu-iotests/group index 0b817ca32d..4597fc11c0 100644 --- a/tests/qemu-iotests/group +++ b/tests/qemu-iotests/group @@ -121,6 +121,8 @@ 114 rw auto quick 115 rw auto 116 rw auto quick +119 rw auto quick +120 rw auto quick 121 rw auto 122 rw auto 123 rw auto quick |