virt-manager/tests/data/cli/compare/virt-xml-edit-simple-boot.xml
Cole Robinson 3fd71ea72f tests: cli: A bunch of cleanup
- Move most xml suboption testing to many-devices test
- Clarify every specific bit we are testing in the singleton tests
- Consolidate/drop/reduce a lot of tests

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-02-19 10:02:41 -05:00

16 lines
489 B
XML

</numatune>
<os>
<type arch="i686">hvm</type>
- <loader type="rom">/usr/lib/xen/boot/hvmloader</loader>
+ <loader type="rom" readonly="yes" secure="no">foo.bar</loader>
+ <nvram>/test/nvram.img</nvram>
+ <init>/bin/bash</init>
+ <bios useserial="yes"/>
+ <smbios mode="emulate"/>
</os>
<idmap>
<uid start="0" target="1000" count="10"/>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.