[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH 3/3] iotests: blacklist bochs and cloop for 205 and
From: |
Vladimir Sementsov-Ogievskiy |
Subject: |
[Qemu-block] [PATCH 3/3] iotests: blacklist bochs and cloop for 205 and 208 |
Date: |
Fri, 30 Mar 2018 18:16:36 +0300 |
Blacklist these formats, as they don't support image creation, as they
say:
> ./qemu-img create -f bochs x 1m
qemu-img: x: Format driver 'bochs' does not support image creation
> ./qemu-img create -f cloop x 1m
qemu-img: x: Format driver 'cloop' does not support image creation
Signed-off-by: Vladimir Sementsov-Ogievskiy <address@hidden>
---
tests/qemu-iotests/205 | 2 +-
tests/qemu-iotests/208 | 2 ++
2 files changed, 3 insertions(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/205 b/tests/qemu-iotests/205
index e7b2eae..c41b929 100755
--- a/tests/qemu-iotests/205
+++ b/tests/qemu-iotests/205
@@ -153,4 +153,4 @@ class TestNbdServerRemove(iotests.QMPTestCase):
if __name__ == '__main__':
- iotests.main()
+ iotests.main(unsupported_fmts=['bochs', 'cloop'])
diff --git a/tests/qemu-iotests/208 b/tests/qemu-iotests/208
index 18f59ad..3bbfc9d 100755
--- a/tests/qemu-iotests/208
+++ b/tests/qemu-iotests/208
@@ -22,6 +22,8 @@
import iotests
+iotests.verify_image_format(unsupported_fmts=['bochs', 'cloop'])
+
with iotests.FilePath('disk.img') as disk_img_path, \
iotests.FilePath('disk-snapshot.img') as disk_snapshot_img_path, \
iotests.FilePath('nbd.sock') as nbd_sock_path, \
--
2.7.4
- [Qemu-block] [PATCH 0/3] iotests: blacklist bochs and cloop for 205 and 208, Vladimir Sementsov-Ogievskiy, 2018/03/30
- [Qemu-block] [PATCH 3/3] iotests: blacklist bochs and cloop for 205 and 208,
Vladimir Sementsov-Ogievskiy <=
- [Qemu-block] [PATCH 1/3] iotests.py: improve verify_image_format helper, Vladimir Sementsov-Ogievskiy, 2018/03/30
- [Qemu-block] [PATCH 2/3] iotests.py: support unsupported_fmts in main(), Vladimir Sementsov-Ogievskiy, 2018/03/30
- Re: [Qemu-block] [PATCH for 2.12 0/3] iotests: blacklist bochs and cloop for 205 and 208, Vladimir Sementsov-Ogievskiy, 2018/03/30
- Re: [Qemu-block] [Qemu-devel] [PATCH 0/3] iotests: blacklist bochs and cloop for 205 and 208, no-reply, 2018/03/31
- Re: [Qemu-block] [Qemu-devel] [PATCH 0/3] iotests: blacklist bochs and cloop for 205 and 208, no-reply, 2018/03/31