virt-manager/tests/cli-test-xml/compare/virt-xml-edit-simple-pm.xml
Cole Robinson ccc0da3e51 tests: Add specific VM for virtxml tests
Decouple it from test-many-devices which is really about manual testing
of virt-manager UI. It's annoying that every time test-many-devices is
extended we need to regenerate all the virtxml tests.
2015-04-21 19:50:41 -04:00

12 lines
362 B
XML

<on_reboot>restart</on_reboot>
<on_crash>restart</on_crash>
<pm>
- <suspend-to-mem enabled="no"/>
+ <suspend-to-mem enabled="yes"/>
+ <suspend-to-disk enabled="no"/>
</pm>
<devices>
<emulator>/usr/lib/xen/bin/qemu-dm</emulator>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the next domain shutdown.