aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_vcl.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_vcl.py')
-rw-r--r--test/test_vcl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_vcl.py b/test/test_vcl.py
index 71ad902d208..9a8662d2275 100644
--- a/test/test_vcl.py
+++ b/test/test_vcl.py
@@ -259,8 +259,8 @@ class LDPCutThruTestCase(VCLTestCase):
self.server_port]
def tearDown(self):
+ self.logger.debug(self.vapi.cli("show session verbose 2"))
self.cut_thru_tear_down()
-
super(LDPCutThruTestCase, self).tearDown()
@unittest.skipUnless(running_extended_tests, "part of extended tests")