mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
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:
parent
d81ae1f244
commit
9c9fc39ded
@ -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");
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user