]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
tests: Fix vmx/xml filenames
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 11 Aug 2022 13:16:36 +0000 (15:16 +0200)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 18 Aug 2022 06:34:30 +0000 (08:34 +0200)
Commit 70768cda9740 added a functionality that was previously (in an unsubmitted
version of the commit) represented differently in the XML, but the filenames
kept the old name.  Fix the name so they are not misleading.

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Reviewed-by: Ján Tomko <jtomko@redhat.com>
tests/vmx2xmldata/ethernet-dummy.vmx [moved from tests/vmx2xmldata/ethernet-unmanaged-nodev.vmx with 100% similarity]
tests/vmx2xmldata/ethernet-dummy.xml [moved from tests/vmx2xmldata/ethernet-unmanaged-nodev.xml with 100% similarity]
tests/vmx2xmltest.c
tests/xml2vmxdata/xml2vmx-ethernet-dummy.vmx [moved from tests/xml2vmxdata/xml2vmx-ethernet-unmanaged-nodev.vmx with 100% similarity]
tests/xml2vmxdata/xml2vmx-ethernet-dummy.xml [moved from tests/xml2vmxdata/xml2vmx-ethernet-unmanaged-nodev.xml with 100% similarity]
tests/xml2vmxtest.c

index e08079512b531c7aeb36062a1f13deba5ff7da6f..3ab39148e0a40fc7e2138a48258a343fd957ec30 100644 (file)
@@ -236,7 +236,7 @@ mymain(void)
     DO_TEST("ethernet-static");
     DO_TEST("ethernet-vpx");
     DO_TEST("ethernet-other");
-    DO_TEST("ethernet-unmanaged-nodev");
+    DO_TEST("ethernet-dummy");
 
     DO_TEST("serial-file");
     DO_TEST("serial-device");
index 0ea213d5d5cd80073e6b95ddaaf83edd8f30795d..7723c1efabdd525400cea295824f4e9516e32358 100644 (file)
@@ -225,7 +225,7 @@ mymain(void)
     DO_TEST("ethernet-other", "ethernet-other", 4);
     DO_TEST("ethernet-mac-type", "ethernet-mac-type", 4);
 
-    DO_TEST("ethernet-unmanaged-nodev", "ethernet-unmanaged-nodev", 4);
+    DO_TEST("ethernet-dummy", "ethernet-dummy", 4);
 
     DO_TEST("serial-file", "serial-file", 4);
     DO_TEST("serial-device", "serial-device", 4);