From 2df3b874b0ffa05c15c9e3dc11688b2ddb8d3d9a Mon Sep 17 00:00:00 2001 From: Ben Pfaff Date: Thu, 14 Feb 2013 21:59:42 -0800 Subject: [PATCH] tests: Fix typo in test name. Other test names use a space here, so this one should also. Signed-off-by: Ben Pfaff --- tests/ofproto.at | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/ofproto.at b/tests/ofproto.at index b3823a37c..53d5cad4c 100644 --- a/tests/ofproto.at +++ b/tests/ofproto.at @@ -340,7 +340,7 @@ OVS_VSWITCHD_STOP AT_CLEANUP dnl The OpenFlow 1.2 spec states that the cookie may not be modified -AT_SETUP([ofproto - no mod flow with cookie change (OpenFlow1.2)]) +AT_SETUP([ofproto - no mod flow with cookie change (OpenFlow 1.2)]) OVS_VSWITCHD_START AT_CHECK([ovs-ofctl -O OpenFlow12 add-flow br0 cookie=0x1,in_port=1,actions=1]) AT_CHECK([ovs-ofctl -O OpenFlow12 dump-flows br0 | ofctl_strip | sort], [0], [dnl -- 2.43.0