mirror of
https://github.com/virt-manager/virt-manager.git
synced 2024-12-28 07:21:44 +03:00
ccc0da3e51
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.
11 lines
378 B
XML
11 lines
378 B
XML
<interface type="ethernet">
|
|
<mac address="00:11:7f:33:44:55"/>
|
|
<script path="/etc/qemu-ifup"/>
|
|
- <target dev="nic02"/>
|
|
+ <target dev="nic55"/>
|
|
</interface>
|
|
<smartcard mode="host">
|
|
<address type="ccid" controller="0" slot="0"/>
|
|
|
|
Domain 'test-for-virtxml' defined successfully.
|
|
Changes will take effect after the next domain shutdown. |