[virt-tools-list] [PATCH] test: Add missing test item to cover the code adding by f11eb00
Lin Ma
lma at suse.com
Fri Mar 11 09:31:36 UTC 2016
Signed-off-by: Lin Ma <lma at suse.com>
---
tests/virtconvtest.py | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tests/virtconvtest.py b/tests/virtconvtest.py
index 1acfccc..b1d7f9f 100644
--- a/tests/virtconvtest.py
+++ b/tests/virtconvtest.py
@@ -90,3 +90,5 @@ class TestVirtConv(unittest.TestCase):
base_dir + "ovf_input/test1.ovf", "ovf", disk_format="qcow2")
self._compare_single_file(
base_dir + "vmx_input/test1.vmx", "vmx", disk_format="raw")
+ self._compare_single_file(
+ base_dir + "ovf_input/test_gzip.ovf", "ovf", disk_format="raw")
--
2.6.3
More information about the virt-tools-list
mailing list