aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_dvr.py
diff options
context:
space:
mode:
authorFlorin Coras <florin.coras@gmail.com>2017-10-15 17:41:21 +0000
committerFlorin Coras <florin.coras@gmail.com>2017-10-15 18:28:43 +0000
commitd0a59722135ec77e637097ef99edb6865bc38929 (patch)
treeb29d413e86361f682a79f5c372c942256b90fde2 /test/test_dvr.py
parent46ade031466e0ee863668fd24981183e467d552f (diff)
Revert "Enforce FIB table creation before use"
This reverts commit f9342023c19887da656133e2688a90d70383b0c5. Reverting to unblock master. No idea why jjb +1ed this patch! On closer inspection it looks like it -1ed it and subsequently changed opinion. CSIT tests should be fixed before re-merging. Change-Id: I26608912a962c52083073e16c7c9d2cc44a3cc8d Signed-off-by: Florin Coras <fcoras@cisco.com>
Diffstat (limited to 'test/test_dvr.py')
-rw-r--r--test/test_dvr.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_dvr.py b/test/test_dvr.py
index 03c23ac1d03..27522a54eea 100644
--- a/test/test_dvr.py
+++ b/test/test_dvr.py
@@ -83,6 +83,8 @@ class TestDVR(VppTestCase):
L2_VTR_OP.L2_POP_1,
93)
+ self.logger.error(self.vapi.ppcli("show bridge-domain 1 detail"))
+
#
# Add routes to bridge the traffic via a tagged an nontagged interface
#