It's unclear why these tests are named "ofproto-if..." unlike all of the other ofproto-dpif tests. Rename them to be more consistent.
Signed-off-by: Joe Stringer <joestrin...@nicira.com> --- tests/ofproto-dpif.at | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/ofproto-dpif.at b/tests/ofproto-dpif.at index 2c03ea9..c7d5fa1 100644 --- a/tests/ofproto-dpif.at +++ b/tests/ofproto-dpif.at @@ -4630,7 +4630,7 @@ OVS_VSWITCHD_STOP(["/resubmits yielded over 64 kB of stack/d"]) AT_CLEANUP -AT_SETUP([ofproto-if packet-out controller]) +AT_SETUP([ofproto-dpif packet-out controller]) OVS_VSWITCHD_START ADD_OF_PORTS([br0], 1, 2) @@ -4673,7 +4673,7 @@ OVS_VSWITCHD_STOP AT_CLEANUP -AT_SETUP([ofproto-if packet-out controller (patch port)]) +AT_SETUP([ofproto-dpif packet-out controller (patch port)]) OVS_VSWITCHD_START( [-- \ add-port br0 p1 -- \ @@ -4725,7 +4725,7 @@ OVS_VSWITCHD_STOP AT_CLEANUP -AT_SETUP([ofproto-if packet-out goto_table]) +AT_SETUP([ofproto-dpif packet-out goto_table]) OVS_VSWITCHD_START ADD_OF_PORTS([br0], 1, 2) @@ -4777,7 +4777,7 @@ OVS_VSWITCHD_STOP AT_CLEANUP -AT_SETUP([ofproto-if packet-out table-miss (continue)]) +AT_SETUP([ofproto-dpif packet-out table-miss (continue)]) OVS_VSWITCHD_START ADD_OF_PORTS([br0], 1, 2) -- 1.7.10.4 _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev