aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2012-01-24 14:49:11 -0800
committerBen Pfaff <blp@nicira.com>2012-01-24 14:51:32 -0800
commitdfbe0a908a3ea42b737c000d0e3a5511b6cdb8f1 (patch)
tree27deaac3f21641d67418d29b9f0319786e4cbe9b /tests
parent89e949a8d824f597a13873f778699e365792c54e (diff)
tests: Fix broken interface-reconfigure tests.
Commit acfb4e9597 updated the interface-reconfigure scripts without updating the corresponding tests, causing false test failures. Signed-off-by: Ben Pfaff <blp@nicira.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/interface-reconfigure.at4
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/interface-reconfigure.at b/tests/interface-reconfigure.at
index f5add098..008cf15d 100644
--- a/tests/interface-reconfigure.at
+++ b/tests/interface-reconfigure.at
@@ -735,6 +735,7 @@ AT_CHECK([cat etc/sysconfig/network-scripts/ifcfg-xenbr2], [0],
XEMANAGED=yes
DEVICE=xenbr2
ONBOOT=no
+NOZEROCONF=yes
TYPE=Ethernet
BOOTPROTO=dhcp
PERSISTENT_DHCLIENT=yes
@@ -805,6 +806,7 @@ AT_CHECK([cat etc/sysconfig/network-scripts/ifcfg-xapi3], [0],
XEMANAGED=yes
DEVICE=xapi3
ONBOOT=no
+NOZEROCONF=yes
TYPE=Ethernet
BOOTPROTO=none
MTU=1500
@@ -894,6 +896,7 @@ AT_CHECK([cat etc/sysconfig/network-scripts/ifcfg-xapi1], [0],
XEMANAGED=yes
DEVICE=xapi1
ONBOOT=no
+NOZEROCONF=yes
TYPE=Ethernet
BOOTPROTO=none
MTU=1500
@@ -985,6 +988,7 @@ AT_CHECK([cat etc/sysconfig/network-scripts/ifcfg-xapi2], [0],
XEMANAGED=yes
DEVICE=xapi2
ONBOOT=no
+NOZEROCONF=yes
TYPE=Ethernet
BOOTPROTO=none
MTU=1500