libvirt/tests/vmx2xmldata/vmx2xml-serial-pipe-client-vm.vmx
Peter Krempa d504297993 tests: vmx: Add <name> element for all domain XMLs
<name> is mandatory for a domain XML. Add 'displayName' for all the test
cases which were missing them so that <name> is parsed correctly.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
Reviewed-by: Pino Toscano <ptoscano@redhat.com>
Reviewed-by: Michal Privoznik <mprivozn@redhat.com>
2020-10-20 09:05:10 +02:00

8 lines
184 B
Plaintext

config.version = "8"
virtualHW.version = "4"
serial0.present = "true"
serial0.fileType = "pipe"
serial0.fileName = "serial0.pipe"
serial0.pipe.endPoint = "client"
displayName = "test"