mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 05:35:25 +00:00
tests: Add missing test cases to vmx2xmltest
Commit 42b2f35d36
was meant to test all four combinations of
serial-pipe-{server,client}-{app,vm} files, but did only add the files and by
mistake duplicated the tests. Those were later removed as duplicates, so add
them back in.
Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
Reviewed-by: Ján Tomko <jtomko@redhat.com>
This commit is contained in:
parent
ba32bf03b2
commit
2b6bc910b7
1
tests/vmx2xmldata/serial-pipe-client-vm.xml
Symbolic link
1
tests/vmx2xmldata/serial-pipe-client-vm.xml
Symbolic link
@ -0,0 +1 @@
|
||||
serial-pipe.xml
|
1
tests/vmx2xmldata/serial-pipe-server-app.xml
Symbolic link
1
tests/vmx2xmldata/serial-pipe-server-app.xml
Symbolic link
@ -0,0 +1 @@
|
||||
serial-pipe.xml
|
@ -271,6 +271,8 @@ mymain(void)
|
||||
DO_TEST("serial-file");
|
||||
DO_TEST("serial-device");
|
||||
DO_TEST("serial-pipe-client-app");
|
||||
DO_TEST("serial-pipe-client-vm");
|
||||
DO_TEST("serial-pipe-server-app");
|
||||
DO_TEST("serial-pipe-server-vm");
|
||||
DO_TEST("serial-network-server");
|
||||
DO_TEST("serial-network-client");
|
||||
|
Loading…
Reference in New Issue
Block a user