[virt-tools-list] [PATCH] test: Add missing test item to cover the code adding by f11eb00

Cole Robinson crobinso at redhat.com
Fri Mar 11 17:10:47 UTC 2016


On 03/11/2016 04:31 AM, Lin Ma wrote:
> 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")
> 

Whoops, didn't intend to push your patches originally, but indeed this was the
missing bit, so I've pushed it now

Thanks,
Cole




More information about the virt-tools-list mailing list