tests: Fix vmx/xml filenames

Commit 70768cda97 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>
This commit is contained in:
Martin Kletzander 2022-08-11 15:16:36 +02:00
parent d81ae1f244
commit 9c9fc39ded
6 changed files with 2 additions and 2 deletions

View 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");

View 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);