[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Qemu-block] [PATCH v11 07/16] iotests: 030: Read-only open image for ge
From: |
Fam Zheng |
Subject: |
[Qemu-block] [PATCH v11 07/16] iotests: 030: Read-only open image for getting map |
Date: |
Fri, 20 Jan 2017 15:23:01 +0800 |
Signed-off-by: Fam Zheng <address@hidden>
---
tests/qemu-iotests/030 | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/tests/qemu-iotests/030 b/tests/qemu-iotests/030
index 54db54a..fe0c73f 100755
--- a/tests/qemu-iotests/030
+++ b/tests/qemu-iotests/030
@@ -114,7 +114,7 @@ class TestSingleDrive(iotests.QMPTestCase):
self.assert_no_active_block_jobs()
# The image map is empty before the operation
- empty_map = qemu_io('-f', iotests.imgfmt, '-c', 'map', test_img)
+ empty_map = qemu_io('-f', iotests.imgfmt, '-c', 'map', '-r', test_img)
# This is a no-op: no data should ever be copied from the base image
result = self.vm.qmp('block-stream', device='drive0', base=mid_img)
@@ -125,7 +125,7 @@ class TestSingleDrive(iotests.QMPTestCase):
self.assert_no_active_block_jobs()
self.vm.shutdown()
- self.assertEqual(qemu_io('-f', iotests.imgfmt, '-c', 'map', test_img),
+ self.assertEqual(qemu_io('-f', iotests.imgfmt, '-c', 'map', '-r',
test_img),
empty_map, 'image file map changed after a no-op')
def test_stream_partial(self):
--
2.9.3
- [Qemu-block] [PATCH v11 00/16] block: Image locking series, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 01/16] osdep: Add qemu_lock_fd and qemu_unlock_fd, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 02/16] block: Define BDRV_O_SHARE_RW, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 03/16] qemu-io: Set "share-rw" flag together with read-only, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 04/16] qemu-img: Set "share-rw" flag in read-only commands, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 05/16] block: Set "share-rw" flag in drive-backup when sync=none, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 06/16] iotests: 055: Don't attach the drive to vm for drive-backup, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 07/16] iotests: 030: Read-only open image for getting map,
Fam Zheng <=
- [Qemu-block] [PATCH v11 08/16] iotests: 087: Don't attach test image twice, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 10/16] iotests: 091: Quit QEMU before checking image, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 09/16] iotests: 085: Avoid image locking conflict, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 11/16] iotests: 172: Use separate images for multiple devices, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 12/16] tests: Use null-co:// instead of /dev/null as the dummy image, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 13/16] tests: Disable image lock in test-replication, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 15/16] qcow2: Force "no other writer" lock on bs->file, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 14/16] file-posix: Implement image locking, Fam Zheng, 2017/01/20
- [Qemu-block] [PATCH v11 16/16] tests: Add test-image-lock, Fam Zheng, 2017/01/20
- Re: [Qemu-block] [Qemu-devel] [PATCH v11 00/16] block: Image locking series, no-reply, 2017/01/20