diff options
Diffstat (limited to 'test')
-rw-r--r-- | test/test_vcl.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_vcl.py b/test/test_vcl.py index d88d94454dd..09017127eba 100644 --- a/test/test_vcl.py +++ b/test/test_vcl.py @@ -453,7 +453,7 @@ class VCLThruHostStackTLS(VCLTestCase): def tearDown(self): self.logger.debug(self.vapi.cli("show app server")) - self.logger.debug(self.vapi.cli("show session verbose")) + self.logger.debug(self.vapi.cli("show session verbose 2")) self.thru_host_stack_tear_down() super(VCLThruHostStackTLS, self).tearDown() @@ -638,6 +638,7 @@ class LDPThruHostStackIperf(VCLTestCase): self.server_iperf3_args = ["-V4d", "-s"] def tearDown(self): + self.logger.debug(self.vapi.cli("show session verbose 2")) self.thru_host_stack_tear_down() super(LDPThruHostStackIperf, self).tearDown() |