
On a Thursday in 2021, Martin Kletzander wrote:
Commit 42b2f35d36a9e 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> --- This is based on top of this series:
https://listman.redhat.com/archives/libvir-list/2021-August/msg00533.html
For completeness sake (and CI testing) the branch is also available here:
https://gitlab.com/nertpinx/libvirt/-/tree/vmx
tests/vmx2xmldata/serial-pipe-client-vm.xml | 1 + tests/vmx2xmldata/serial-pipe-server-app.xml | 1 + tests/vmx2xmltest.c | 2 ++ 3 files changed, 4 insertions(+) create mode 120000 tests/vmx2xmldata/serial-pipe-client-vm.xml create mode 120000 tests/vmx2xmldata/serial-pipe-server-app.xml
Reviewed-by: Ján Tomko <jtomko@redhat.com> Jano