[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-devel] [PULL 8/8] qemu-iotests: only run 071 on qcow2
From: |
Stefan Hajnoczi |
Subject: |
[Qemu-devel] [PULL 8/8] qemu-iotests: only run 071 on qcow2 |
Date: |
Fri, 31 Jan 2014 22:19:49 +0100 |
The 071 test is designed for IMGFMT=qcow2 because it uses the l2_load
blkdebug event. Its output filtering also assumes that IMGFMT is not
raw since 071.out contains "format=raw" but IMGFMT=raw would filter the
output to "format=IMGFMT".
Perhaps the test case can be rewritten to be more generic, but for now
let's document that it was only supposed to work with qcow2.
Signed-off-by: Stefan Hajnoczi <address@hidden>
Reviewed-by: Benoit Canet <address@hidden>
---
tests/qemu-iotests/071 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/071 b/tests/qemu-iotests/071
index 2a22546..dbc07c6 100755
--- a/tests/qemu-iotests/071
+++ b/tests/qemu-iotests/071
@@ -38,7 +38,7 @@ trap "_cleanup; exit \$status" 0 1 2 3 15
. ./common.rc
. ./common.filter
-_supported_fmt generic
+_supported_fmt qcow2
_supported_proto generic
_supported_os Linux
--
1.8.5.3
- [Qemu-devel] [PULL 0/8] Block patches, Stefan Hajnoczi, 2014/01/31
- [Qemu-devel] [PULL 1/8] Describe flaws in qcow/qcow2 encryption in the docs, Stefan Hajnoczi, 2014/01/31
- [Qemu-devel] [PULL 3/8] block: remove qcow2 .bdrv_make_empty implementation, Stefan Hajnoczi, 2014/01/31
- [Qemu-devel] [PULL 4/8] block/vmdk: add basic .bdrv_check support, Stefan Hajnoczi, 2014/01/31
- [Qemu-devel] [PULL 5/8] qemu-iotests: Drop assert_no_active_commit in case 040, Stefan Hajnoczi, 2014/01/31
- [Qemu-devel] [PULL 2/8] block: remove QED .bdrv_make_empty implementation, Stefan Hajnoczi, 2014/01/31
- [Qemu-devel] [PULL 8/8] qemu-iotests: only run 071 on qcow2,
Stefan Hajnoczi <=
- [Qemu-devel] [PULL 6/8] block/vhdx: Error checking fixes, Stefan Hajnoczi, 2014/01/31
- [Qemu-devel] [PULL 7/8] dataplane: Comment fix, Stefan Hajnoczi, 2014/01/31