summaryrefslogtreecommitdiff
path: root/tests/ovs-vsctl.at
diff options
context:
space:
mode:
authorBen Pfaff <blp@nicira.com>2010-11-18 14:36:53 -0800
committerBen Pfaff <blp@nicira.com>2010-11-18 14:36:53 -0800
commitfbd8715e4b6f7f077a8cef2d0225f9c1a698c104 (patch)
tree1ed22b7dcf2003f58280b0b9c00904dd784fe4df /tests/ovs-vsctl.at
parent4a38774146f0171a09d5cb1863595b3b546c766e (diff)
downloadopenvswitch-fbd8715e4b6f7f077a8cef2d0225f9c1a698c104.tar.gz
ovs-vsctl: Fix br-set-external-id.
The wrong prerequisite function was being called for set-br-external-id, so it didn't set up to monitor the right columns, so an assertion failed. This fixes the problem. Also, change the test for external IDs so that it will find the regression. (Running all of the ovs-vsctl commands together caused the column to be monitored due to another command's intervention.) Reported-by: Mikael Doverhag <mdoverhag@nicira.com> Bug #4095.
Diffstat (limited to 'tests/ovs-vsctl.at')
-rw-r--r--tests/ovs-vsctl.at2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ovs-vsctl.at b/tests/ovs-vsctl.at
index 152a6585c..a05e80555 100644
--- a/tests/ovs-vsctl.at
+++ b/tests/ovs-vsctl.at
@@ -301,7 +301,7 @@ AT_CLEANUP
AT_SETUP([external IDs])
AT_KEYWORDS([ovs-vsctl])
OVS_VSCTL_SETUP
-AT_CHECK([RUN_OVS_VSCTL_TOGETHER(
+AT_CHECK([RUN_OVS_VSCTL_ONELINE(
[add-br a],
[add-port a a1],
[add-bond a bond0 a2 a3],