virt-manager/tests/cli-test-xml/compare/virt-xml-remove-disk-path-start.xml
Marc Hartmayer 908b8e8d7c tests: virt-xml: Add test cases for --start option
The test cases verify that:

 + --start works
 + --define --start works
 + --no-define --start works
 + --start works in combination with --add and --remove
 + combination of --start --update isn't valid
 + combination of --define --no-define --start isn't valid

Signed-off-by: Marc Hartmayer <mhartmay@linux.ibm.com>
Reviewed-by: Boris Fiuczynski <fiuczy@linux.ibm.com>
2019-03-06 13:15:38 -05:00

20 lines
614 B
XML

<on_lockfailure>poweroff</on_lockfailure>
<devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
- <disk type="block" device="disk">
- <driver name="qemu"/>
- <source dev="/dev/null"/>
- <target dev="vda" bus="virtio"/>
- <boot order="10"/>
- </disk>
- <disk type="block" device="disk">
- <driver name="qemu"/>
- <source dev="/dev/null"/>
- <target dev="vdb" bus="virtio"/>
- <boot order="3"/>
- </disk>
<disk type="block" device="cdrom">
<target dev="hdc" bus="ide"/>
<readonly/>
Domain 'test-state-shutoff' started successfully.