virt-manager/tests/data/cli/compare/virt-xml-edit-clear-clock.xml
Cole Robinson c08e3e6397 tests: make sure all test output ends with a newline
Simplifies viewing files in an editor, and some pytest output.

Signed-off-by: Cole Robinson <crobinso@redhat.com>
2022-01-11 12:32:23 -05:00

16 lines
489 B
XML

<cell id="3" cpus="3" memory="1048576" unit="KiB"/>
</numa>
</cpu>
- <clock offset="utc">
- <timer name="rtc" tickpolicy="catchup"/>
- <timer name="pit" tickpolicy="delay"/>
- <timer name="hpet" present="no"/>
- </clock>
+ <clock offset="utc"/>
<on_poweroff>destroy</on_poweroff>
<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.