X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=tests%2Finterface-reconfigure.at;h=66e40521f43b25272c56908614cf4312e673fa62;hb=a9b4a41ae4608eec6c700b3c50e450c07581d4a8;hp=446cc7cdcb4a1f90b6b8aeb2d35be1218e06bf34;hpb=48d014bff2b896b3a9d8937d26facad9a54d5a1a;p=openvswitch diff --git a/tests/interface-reconfigure.at b/tests/interface-reconfigure.at index 446cc7cd..66e40521 100644 --- a/tests/interface-reconfigure.at +++ b/tests/interface-reconfigure.at @@ -648,7 +648,7 @@ configure_datapath: extra bonds - [] Applying changes to /etc/sysconfig/network-scripts/route-xenbr2 configuration Applying changes to /etc/sysconfig/network configuration Applying changes to /etc/sysconfig/network-scripts/ifcfg-xenbr2 configuration -/sbin/ifconfig eth2 up +/sbin/ifconfig eth2 up mtu 1500 /usr/bin/ovs-vsctl --timeout=20 --with-iface --if-exists del-port eth2 --may-exist add-br xenbr2 @@ -669,6 +669,7 @@ ONBOOT=no TYPE=Ethernet BOOTPROTO=dhcp PERSISTENT_DHCLIENT=yes +MTU=1500 ]) # Simulate interface-reconfigure creating xenbr2, so that we can tell @@ -707,7 +708,7 @@ configure_datapath: extra ports - [] configure_datapath: extra bonds - [] Applying changes to /etc/sysconfig/network-scripts/route-xapi3 configuration Applying changes to /etc/sysconfig/network-scripts/ifcfg-xapi3 configuration -/sbin/ifconfig eth3 up +/sbin/ifconfig eth3 up mtu 1500 /usr/bin/ovs-vsctl --timeout=20 --with-iface --if-exists del-port eth3 --may-exist add-br xenbr3 @@ -729,6 +730,7 @@ DEVICE=xapi3 ONBOOT=no TYPE=Ethernet BOOTPROTO=none +MTU=1500 ]) # Simulate interface-reconfigure creating xapi3, so that we can tell @@ -781,8 +783,8 @@ netdev: down: device xenbr0 does not exist, ignoring netdev: down: device xenbr1 does not exist, ignoring Applying changes to /etc/sysconfig/network-scripts/route-xapi1 configuration Applying changes to /etc/sysconfig/network-scripts/ifcfg-xapi1 configuration -/sbin/ifconfig eth0 up -/sbin/ifconfig eth1 up +/sbin/ifconfig eth0 up mtu 1500 +/sbin/ifconfig eth1 up mtu 1500 /usr/bin/ovs-vsctl --timeout=20 --if-exists del-br xenbr0 --if-exists del-br xenbr1 @@ -807,6 +809,7 @@ DEVICE=xapi1 ONBOOT=no TYPE=Ethernet BOOTPROTO=none +MTU=1500 ]) # Simulate interface-reconfigure creating xapi1, so that we can tell @@ -856,8 +859,8 @@ netdev: down: device xenbr0 does not exist, ignoring netdev: down: device xenbr1 does not exist, ignoring Applying changes to /etc/sysconfig/network-scripts/route-xapi2 configuration Applying changes to /etc/sysconfig/network-scripts/ifcfg-xapi2 configuration -/sbin/ifconfig eth0 up -/sbin/ifconfig eth1 up +/sbin/ifconfig eth0 up mtu 1500 +/sbin/ifconfig eth1 up mtu 1500 /usr/bin/ovs-vsctl --timeout=20 --if-exists del-br xenbr0 --if-exists del-br xenbr1 @@ -885,6 +888,7 @@ DEVICE=xapi2 ONBOOT=no TYPE=Ethernet BOOTPROTO=none +MTU=1500 ]) # Simulate interface-reconfigure creating xapi2, so that we can tell