This definition just didn't work, and caused lots of tests to inadvertently
be effectively skipped.

Signed-off-by: Ben Pfaff <b...@ovn.org>
---
 tests/ofproto-macros.at | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/tests/ofproto-macros.at b/tests/ofproto-macros.at
index 354a384..c6c3321 100644
--- a/tests/ofproto-macros.at
+++ b/tests/ofproto-macros.at
@@ -338,8 +338,8 @@ check_logs () {
 add_of_ports () {
     local args
     local br=$1; shift
-    for $pnum; do
-        AS_VAR_APPEND([args], [" -- $br p$pnum -- set Interface p$pnum 
type=dummy ofport_request=$pnum"])
+    for pnum; do
+        AS_VAR_APPEND([args], [" -- add-port $br p$pnum -- set Interface 
p$pnum type=dummy ofport_request=$pnum"])
     done
     ovs-vsctl $args
 }
-- 
2.1.3

_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to