qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Qemu-devel] [PATCH v6 12/14] iotests: Add test for backing-chain co


From: Max Reitz
Subject: Re: [Qemu-devel] [PATCH v6 12/14] iotests: Add test for backing-chain commits
Date: Fri, 02 May 2014 15:15:33 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.5.0

On 30.04.2014 05:10, Eric Blake wrote:
On 04/29/2014 09:17 AM, Max Reitz wrote:
Add a test for qemu-img commit on backing chains with more than two
images. This test also checks whether the images above the base image
are emptied and does therefore not work for qed and vmdk which requires
it to be separate from 020.

Signed-off-by: Max Reitz <address@hidden>
---
  tests/qemu-iotests/092     | 108 +++++++++++++++++++++++++++++++++++++++++++++
  tests/qemu-iotests/092.out |  59 +++++++++++++++++++++++++
  tests/qemu-iotests/group   |   1 +
  3 files changed, 168 insertions(+)
  create mode 100755 tests/qemu-iotests/092
  create mode 100644 tests/qemu-iotests/092.out

+# Two passes:
+#  0: Two-layer backing chain, commit to upper backing file (default)
+#     (in this case, the top image will be emptied)
+#  1: Two-layer backing chain, commit to lower backing file
+#     (in this case, the top image will stay as it is)
Should this test be modified to test the new -d option?

Probably, yes, I'll include another pass.

Max



reply via email to

[Prev in Thread] Current Thread [Next in Thread]