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:
Martin Kletzander 2021-08-19 09:55:53 +02:00
parent ba32bf03b2
commit 2b6bc910b7
3 changed files with 4 additions and 0 deletions

View File

@ -0,0 +1 @@
serial-pipe.xml

View File

@ -0,0 +1 @@
serial-pipe.xml

View File

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