diff options
author | Michal Privoznik <mprivozn@redhat.com> | 2021-07-29 15:38:59 +0200 |
---|---|---|
committer | Michal Privoznik <mprivozn@redhat.com> | 2021-08-16 14:22:38 +0200 |
commit | de1829059a28c0dcd5c57f1d37ac7b917edea412 (patch) | |
tree | 76f2e9f7253263681138568a25e4c5dd1ed7d50a /tests/vmx2xmltest.c | |
parent | 5e160382841819ca748c1e420dcac3d785cad04b (diff) | |
download | libvirt-de1829059a28c0dcd5c57f1d37ac7b917edea412.tar.gz |
vmx2xmltest: Add a test case
This is an attachment from the following bug:
https://bugzilla.redhat.com/show_bug.cgi?id=1738392
Notice that .vmx file has two scsi disks, but only one is
reported in the XML. This will be fixed later.
Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
Diffstat (limited to 'tests/vmx2xmltest.c')
-rw-r--r-- | tests/vmx2xmltest.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/vmx2xmltest.c b/tests/vmx2xmltest.c index 8f74648503..453641faf1 100644 --- a/tests/vmx2xmltest.c +++ b/tests/vmx2xmltest.c @@ -292,6 +292,7 @@ mymain(void) DO_TEST("esx-in-the-wild-8", "esx-in-the-wild-8"); DO_TEST("esx-in-the-wild-9", "esx-in-the-wild-9"); DO_TEST("esx-in-the-wild-10", "esx-in-the-wild-10"); + DO_TEST("esx-in-the-wild-11", "esx-in-the-wild-11"); DO_TEST("gsx-in-the-wild-1", "gsx-in-the-wild-1"); DO_TEST("gsx-in-the-wild-2", "gsx-in-the-wild-2"); |