[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v4 13/19] iotest 39: use _qcow2_dump_header
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
[PATCH v4 13/19] iotest 39: use _qcow2_dump_header |
Date: |
Fri, 3 Dec 2021 14:07:31 +0100 |
_qcow2_dump_header has filter for compression type, so this change
makes test pass with IMGOPTS='compression_type=zstd'.
Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Reviewed-by: Max Reitz <mreitz@redhat.com>
---
tests/qemu-iotests/039 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/039 b/tests/qemu-iotests/039
index 8e783a8380..00d379cde2 100755
--- a/tests/qemu-iotests/039
+++ b/tests/qemu-iotests/039
@@ -142,7 +142,7 @@ $QEMU_IMG commit "$TEST_IMG"
# The dirty bit must not be set
_qcow2_dump_header | grep incompatible_features
-$PYTHON qcow2.py "$TEST_IMG".base dump-header | grep incompatible_features
+_qcow2_dump_header "$TEST_IMG".base | grep incompatible_features
_check_test_img
TEST_IMG="$TEST_IMG".base _check_test_img
--
2.31.1
- Re: [PATCH v4 18/19] iotests.py: implement unsupported_imgopts, (continued)
- [PATCH v4 19/19] iotests: specify some unsupported_imgopts for python iotests, Vladimir Sementsov-Ogievskiy, 2021/12/03
- [PATCH v4 10/19] qcow2: simple case support for downgrading of qcow2 images with zstd, Vladimir Sementsov-Ogievskiy, 2021/12/03
- [PATCH v4 07/19] iotests.py: filter out successful output of qemu-img create, Vladimir Sementsov-Ogievskiy, 2021/12/03
- [PATCH v4 11/19] iotests/common.rc: introduce _qcow2_dump_header helper, Vladimir Sementsov-Ogievskiy, 2021/12/03
- [PATCH v4 12/19] iotests: massive use _qcow2_dump_header, Vladimir Sementsov-Ogievskiy, 2021/12/03
- [PATCH v4 04/19] iotests.py: rewrite default luks support in qemu_img, Vladimir Sementsov-Ogievskiy, 2021/12/03
- [PATCH v4 14/19] iotests: bash tests: filter compression type, Vladimir Sementsov-Ogievskiy, 2021/12/03
- [PATCH v4 13/19] iotest 39: use _qcow2_dump_header,
Vladimir Sementsov-Ogievskiy <=
- [PATCH v4 15/19] iotests 60: more accurate set dirty bit in qcow2 header, Vladimir Sementsov-Ogievskiy, 2021/12/03
- [PATCH v4 16/19] iotest 214: explicit compression type, Vladimir Sementsov-Ogievskiy, 2021/12/03
- [PATCH v4 01/19] iotests.py: img_info_log(): rename imgopts argument, Vladimir Sementsov-Ogievskiy, 2021/12/03
- [PATCH v4 06/19] iotest 065: explicit compression type, Vladimir Sementsov-Ogievskiy, 2021/12/03