tests: Fix an ofproto test.
authorJoe Stringer <joestringer@nicira.com>
Tue, 20 May 2014 00:44:52 +0000 (12:44 +1200)
committerJoe Stringer <joestringer@nicira.com>
Wed, 21 May 2014 21:14:20 +0000 (09:14 +1200)
This was previously logging that there was no such function, but passing
the test anyway.

Signed-off-by: Joe Stringer <joestringer@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
tests/ofproto.at

index dde715e..2f1df2d 100644 (file)
@@ -2394,8 +2394,8 @@ for pre in      '1 2 3' '1 3 2' '2 1 3' '2 3 1' '3 1 2' '3 2 1'; do
     for post in '1 2 3' '1 3 2' '2 1 3' '2 3 1' '3 1 2' '3 2 1'; do
         echo -----------------------------------------------------------
         echo "Check changing port numbers from $pre to $post"
-       set_and_check_ofports $pre
-       set_and_check_ofports $post
+       set_and_check_specific_ofports $pre
+       set_and_check_specific_ofports $post
     done
 done