qemu-block
[Top][All Lists]
Advanced

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

Re: [PATCH v7 47/47] iotests: Test committing to overridden backing


From: Andrey Shinkevich
Subject: Re: [PATCH v7 47/47] iotests: Test committing to overridden backing
Date: Sun, 2 Aug 2020 14:43:31 +0300
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:68.0) Gecko/20100101 Thunderbird/68.9.0

On 25.06.2020 18:22, Max Reitz wrote:
Signed-off-by: Max Reitz <mreitz@redhat.com>
---
  tests/qemu-iotests/040     | 61 ++++++++++++++++++++++++++++++++++++++
  tests/qemu-iotests/040.out |  4 +--
  2 files changed, 63 insertions(+), 2 deletions(-)

diff --git a/tests/qemu-iotests/040 b/tests/qemu-iotests/040
index e7fa244738..dfd46ddcbe 100755
--- a/tests/qemu-iotests/040
+++ b/tests/qemu-iotests/040
@@ -890,6 +890,67 @@ class TestCommitWithFilters(iotests.QMPTestCase):
          # 3 has been comitted into 2
          self.pattern_files[3] = self.img2
+class TestCommitWithOverriddenBacking(iotests.QMPTestCase):
+    img_base_a = os.path.join(iotests.test_dir, 'base_a.img')
+    img_base_b = os.path.join(iotests.test_dir, 'base_b.img')
...
diff --git a/tests/qemu-iotests/040.out b/tests/qemu-iotests/040.out
index 4823c113d5..1bb1dc5f0e 100644
--- a/tests/qemu-iotests/040.out
+++ b/tests/qemu-iotests/040.out
@@ -1,5 +1,5 @@
-...............................................................
+.................................................................
  ----------------------------------------------------------------------
-Ran 63 tests
+Ran 65 tests
OK


Reviewed-by: Andrey Shinkevich <andrey.shinkevich@virtuozzo.com>





reply via email to

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