summaryrefslogtreecommitdiff
path: root/tests/testdriver.xml
diff options
context:
space:
mode:
authorCole Robinson <crobinso@redhat.com>2020-01-25 20:28:43 -0500
committerCole Robinson <crobinso@redhat.com>2020-01-26 11:39:34 -0500
commitd410773af81143d5848322a9b8f63b5c414f8a1f (patch)
treecd95033f5147d5bcb3796653881d5b8259f028f1 /tests/testdriver.xml
parent212c5f813d5584265a55d543dba8a16602fda0ec (diff)
downloadvirt-manager-d410773af81143d5848322a9b8f63b5c414f8a1f.tar.gz
virtManager: Remove virInterface polling
There are no more users of interface objects in the code. Remove all the polling support, and all the remaining references to interface objects throughout the code base Signed-off-by: Cole Robinson <crobinso@redhat.com>
Diffstat (limited to 'tests/testdriver.xml')
-rw-r--r--tests/testdriver.xml73
1 files changed, 0 insertions, 73 deletions
diff --git a/tests/testdriver.xml b/tests/testdriver.xml
index e59ca705..4ca85db1 100644
--- a/tests/testdriver.xml
+++ b/tests/testdriver.xml
@@ -3610,77 +3610,4 @@ ba</description>
</device>
-
-<!-- ########## -->
-<!-- Interfaces -->
-<!-- ########## -->
-
-
-<interface type='ethernet' name='eth0'>
- <start mode='none'/>
- <mac address='00:FF:EE:FF:EE:FF'/>
-</interface>
-<interface type='ethernet' name='eth1'>
- <mac address='00:FF:EE:FF:EE:AB'/>
-</interface>
-<interface type='ethernet' name='wlan0'>
- <start mode='none'/>
- <mac address='00:AA:CC:BB:AA:BB'/>
-</interface>
-
-
-<!-- bond example -->
-<interface type="ethernet" name="eth-bond0-1"/>
-<interface type="ethernet" name="eth-bond0-2"/>
-<interface type="bond" name="bond0">
- <start mode="none"/>
- <protocol family="ipv4">
- <ip address="192.168.50.7" prefix="24"/>
- <route gateway="192.168.50.1"/>
- </protocol>
- <bond mode="active-backup">
- <miimon freq="100" updelay="10" carrier="ioctl"/>
- <interface type="ethernet" name="eth-bond0-1"/>
- <interface type="ethernet" name="eth-bond0-2"/>
- </bond>
-</interface>
-
-
-<!-- Plain bridge -->
-<interface type="ethernet" name="eth-brplain0"/>
-<interface type="ethernet" name="eth-brplain1"/>
-<interface type="bridge" name="brplain">
- <start mode="onboot"/>
- <mtu size="1500"/>
- <bridge stp="off">
- <interface type="ethernet" name="eth-brplain0"/>
- <interface type="ethernet" name="eth-brplain1"/>
- </bridge>
-</interface>
-
-
-<!-- Empty bridge -->
-<interface type="bridge" name="brempty">
- <start mode="onboot"/>
- <mtu size="1500"/>
- <bridge stp="off"/>
- <protocol family='ipv4'>
- <dhcp/>
- </protocol>
- <protocol family='ipv6'>
- <autoconf/>
- <dhcp/>
- </protocol>
-</interface>
-
-
-<!-- vlan example -->
-<interface type="ethernet" name="vlaneth1"/>
-<interface type="vlan" name="vlaneth1.3">
- <start mode="onboot"/>
- <vlan tag="43">
- <interface name="vlaneth1"/>
- </vlan>
-</interface>
-
</node>