virt-manager/tests/cli-test-xml/compare/virt-xml-kvm-add-network-os-from-cmdline.xml
Cole Robinson 2a88d3a1af tests: clitest: Slim down virt-xml --os-variant tests
There's some redundancy here, and let's not depend on test-many-devices
which causes a lot of test suite churn
2019-01-08 12:24:50 -05:00

18 lines
567 B
XML

<on_reboot>restart</on_reboot>
<on_crash>destroy</on_crash>
<devices>
+ <interface type="bridge">
+ <source bridge="eth0"/>
+ <mac address="00:11:22:33:44:55"/>
+ <model type="virtio"/>
+ </interface>
</devices>
+ <metadata>
+ <libosinfo:libosinfo xmlns:libosinfo="http://libosinfo.org/xmlns/libvirt/domain/1.0">
+ <libosinfo:os id="http://fedoraproject.org/fedora/28"/>
+ </libosinfo:libosinfo>
+ </metadata>
</domain>
Domain 'test' defined successfully.
Changes will take effect after the domain is fully powered off.