mirror of https://gitee.com/openkylin/libvirt.git
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
|
@ -0,0 +1 @@
|
|||
serial-pipe.xml
|
|
@ -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