mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-11-05 04:41:20 +00:00
d504297993
<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>
10 lines
228 B
Plaintext
10 lines
228 B
Plaintext
config.version = "8"
|
|
virtualHW.version = "4"
|
|
floppy0.present = "true"
|
|
floppy0.fileType = "file"
|
|
floppy0.fileName = "floppy.flp"
|
|
floppy1.present = "true"
|
|
floppy1.fileType = "file"
|
|
floppy1.fileName = "floppy"
|
|
displayName = "test"
|