diff mbox

[ovs-dev,v5,1/3] Add incremental logical flow processing

Message ID 1455731511-25385-1-git-send-email-rmoats@us.ibm.com
State Superseded
Headers show

Commit Message

Ryan Moats Feb. 17, 2016, 5:51 p.m. UTC
From: RYAN D. MOATS <rmoats@us.ibm.com>

Add useful information to ovn E2E test

Make test 1737 output the OF flows from all three hypervisors to help
in case something goes wrong.

Signed-off-by: RYAN D. MOATS <rmoats@us.ibm.com>
---
 tests/ovn.at |   12 ++++++++++++
 1 files changed, 12 insertions(+), 0 deletions(-)
diff mbox

Patch

diff --git a/tests/ovn.at b/tests/ovn.at
index f4117b6..e13a9c3 100644
--- a/tests/ovn.at
+++ b/tests/ovn.at
@@ -559,6 +559,18 @@  ovn_populate_arp
 sleep 1
 ovn-sbctl dump-flows -- list multicast_group
 
+echo "------ hv1 dump ------"
+as hv1 ovs-vsctl show
+as hv1 ovs-ofctl -O OpenFlow13 dump-flows br-int
+
+echo "------ hv2 dump ------"
+as hv2 ovs-vsctl show
+as hv2 ovs-ofctl -O OpenFlow13 dump-flows br-int
+
+echo "------ hv3 dump ------"
+as hv3 ovs-vsctl show
+as hv3 ovs-ofctl -O OpenFlow13 dump-flows br-int
+
 # Given the name of a logical port, prints the name of the hypervisor
 # on which it is located.
 vif_to_hv() {