From: Joe Stringer Date: Wed, 20 May 2015 17:35:15 +0000 (-0700) Subject: tests: Fix in_port(name) test for ofproto/trace. X-Git-Tag: v2.3.2~9 X-Git-Url: http://git.cascardo.eti.br/?p=cascardo%2Fovs.git;a=commitdiff_plain;h=e1a296ef8e30a8d720ca17f72fd27f9c015234c6 tests: Fix in_port(name) test for ofproto/trace. Commit c2a77f33ade (tests/ofproto-dpif: Use vlog to test dpif behaviour.) mistakenly changed the test which checked that ovs-dpctl accepts named ports as input. Restore the name to the test. Reported-by: Gurucharan Shetty Signed-off-by: Joe Stringer Acked-by: Ben Pfaff --- diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index 5e6bf839e..50e820f9c 100644 --- a/tests/ofproto-dpif.at +++ b/tests/ofproto-dpif.at @@ -2687,7 +2687,7 @@ in_port=2 actions=output:1 ]) AT_CHECK([ovs-ofctl add-flows br0 flows.txt]) -odp_flow="in_port(1)" +odp_flow="in_port(p1)" br_flow="in_port=1" # Test command: ofproto/trace odp_flow with in_port as a name. AT_CHECK([ovs-appctl ofproto/trace "$odp_flow"], [0], [stdout])