From a4e47607974ee30782d7d8085a2c12a91971177e Mon Sep 17 00:00:00 2001 From: Ethan Jackson Date: Wed, 12 Jan 2011 10:39:52 -0800 Subject: [PATCH] tests: Fix bonding related test failures. The tests did not get updated with recent interface reconfigure changes. This fixes the problem. --- tests/interface-reconfigure.at | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/interface-reconfigure.at b/tests/interface-reconfigure.at index 8566102d..7cf6d9ec 100644 --- a/tests/interface-reconfigure.at +++ b/tests/interface-reconfigure.at @@ -800,7 +800,7 @@ Applying changes to /etc/sysconfig/network-scripts/ifcfg-xapi1 configuration --may-exist add-br xapi1 --with-iface --if-exists del-port bond0 --fake-iface add-bond xapi1 bond0 eth0 eth1 - set Port bond0 MAC="00:22:19:22:4b:af" bond_downdelay=200 other-config:"bond-miimon"=100 other-config:"bond-use_carrier"=1 other-config:"bond-mode"="balance-slb" bond_updelay=31000 + set Port bond0 MAC="00:22:19:22:4b:af" bond_downdelay=200 other-config:"bond-miimon"=100 other-config:"bond-use_carrier"=1 bond_mode=balance-slb bond_updelay=31000 set Bridge xapi1 other-config:hwaddr="00:22:19:22:4b:af" br-set-external-id xapi1 xs-network-uuids 45cbbb43-113d-a712-3231-c6463f253cef;99be2da4-6c33-6f8e-49ea-3bc592fe3c85 /sbin/ifup xapi1 @@ -881,7 +881,7 @@ Applying changes to /etc/sysconfig/network-scripts/ifcfg-xapi2 configuration --may-exist add-br xapi1 --with-iface --if-exists del-port bond0 --fake-iface add-bond xapi1 bond0 eth0 eth1 - set Port bond0 MAC="00:22:19:22:4b:af" bond_downdelay=200 other-config:"bond-miimon"=100 other-config:"bond-use_carrier"=1 other-config:"bond-mode"="balance-slb" bond_updelay=31000 + set Port bond0 MAC="00:22:19:22:4b:af" bond_downdelay=200 other-config:"bond-miimon"=100 other-config:"bond-use_carrier"=1 bond_mode=balance-slb bond_updelay=31000 set Bridge xapi1 other-config:hwaddr="00:22:19:22:4b:af" br-set-external-id xapi1 xs-network-uuids 45cbbb43-113d-a712-3231-c6463f253cef;99be2da4-6c33-6f8e-49ea-3bc592fe3c85 --if-exists del-br xapi2 -- 2.30.2