diff mbox

[ovs-dev,v2,3/3] ovn test: add '-O OpenFlow13' to ovs-ofctl

Message ID 1463446972-10799-4-git-send-email-flavio@flaviof.com
State Accepted
Headers show

Commit Message

Flaviof May 17, 2016, 1:02 a.m. UTC
Make test calls to ovs-ofctl in test use the protocol parameter
'-O OpenFlow13', so it is consistent with the existing dump-flows
invocations.

Changes v1->v2:
* Add Signed-off-by

Signed-off-by: Flavio Fernandes <flavio@flaviof.com>
---
 tests/ovn.at | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

Comments

Ben Pfaff May 19, 2016, 3:28 p.m. UTC | #1
On Mon, May 16, 2016 at 09:02:52PM -0400, Flavio Fernandes wrote:
> Make test calls to ovs-ofctl in test use the protocol parameter
> '-O OpenFlow13', so it is consistent with the existing dump-flows
> invocations.
> 
> Changes v1->v2:
> * Add Signed-off-by
> 
> Signed-off-by: Flavio Fernandes <flavio@flaviof.com>

Applied, thanks!
diff mbox

Patch

diff --git a/tests/ovn.at b/tests/ovn.at
index 1127cea..e6ac1d7 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -1176,12 +1176,12 @@  ovn-sbctl show
 
 echo "------ hv1 dump ------"
 as hv1 ovs-vsctl show
-as hv1 ovs-ofctl show br-int
+as hv1 ovs-ofctl -O OpenFlow13 show br-int
 as hv1 ovs-ofctl -O OpenFlow13 dump-flows br-int
 
 echo "------ hv2 dump ------"
 as hv2 ovs-vsctl show
-as hv2 ovs-ofctl show br-int
+as hv2 ovs-ofctl -O OpenFlow13 show br-int
 as hv2 ovs-ofctl -O OpenFlow13 dump-flows br-int
 
 echo "------ hv3 dump ------"
@@ -1997,17 +1997,17 @@  ovn-sbctl dump-flows -- list multicast_group
 
 echo "------ hv1 dump ------"
 as hv1 ovs-vsctl show
-as hv1 ovs-ofctl show br-int
+as hv1 ovs-ofctl -O OpenFlow13 show br-int
 as hv1 ovs-ofctl -O OpenFlow13 dump-flows br-int
 
 echo "------ hv2 dump ------"
 as hv2 ovs-vsctl show
-as hv2 ovs-ofctl show br-int
+as hv2 ovs-ofctl -O OpenFlow13 show br-int
 as hv2 ovs-ofctl -O OpenFlow13 dump-flows br-int
 
 echo "------ hv3 dump ------"
 as hv3 ovs-vsctl show
-as hv3 ovs-ofctl show br-int
+as hv3 ovs-ofctl -O OpenFlow13 show br-int
 as hv3 ovs-ofctl -O OpenFlow13 dump-flows br-int
 
 # Now check the packets actually received against the ones expected.