Signed-off-by: Lin Ma <lma@xxxxxxxx> --- 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 _______________________________________________ virt-tools-list mailing list virt-tools-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/virt-tools-list