virt-manager/tests/data/cli/compare/virt-xml-edit-xpaths.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

27 lines
736 B
XML

-<domain type="test">
+<domain type="test" foo="bar">
<name>test-for-virtxml</name>
<uuid>12345678-12f4-1234-1234-123456789012</uuid>
<description>Test VM for virtxml cli tests
@@
</libosinfo:libosinfo>
</metadata>
<memory unit="KiB">4194304</memory>
- <currentMemory unit="KiB">4194304</currentMemory>
<blkiotune>
<weight>100</weight>
<device>
@@
<dhCert>AQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAAAQAAAAAOAAA</dhCert>
<session>IHAVENOIDEABUTJUSTPROVIDINGASTRING</session>
</launchSecurity>
+ <new>
+ <element>
+ <test>1</test>
+ </element>
+ </new>
</domain>
Domain 'test-for-virtxml' defined successfully.
Changes will take effect after the domain is fully powered off.