virt-manager/tests/cli-test-xml/compare/virt-xml-kvm-add-network-os-from-xml.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

13 lines
355 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="e1000"/>
+ </interface>
</devices>
</domain>
Domain 'test' defined successfully.
Changes will take effect after the domain is fully powered off.