X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_vcl.py;h=7705fdcfd4d24b62fafccc15d7a84d08571f3b32;hb=317b8e08367c769b90463613231b9fcfad486098;hp=e49c9d800e06d8dbe2e9f5cc72fab857901516a6;hpb=6407ba56a392f37322001d0ffdca002223b095c0;p=vpp.git diff --git a/test/test_vcl.py b/test/test_vcl.py index e49c9d800e0..7705fdcfd4d 100644 --- a/test/test_vcl.py +++ b/test/test_vcl.py @@ -346,10 +346,11 @@ class VCLCutThruTestCase(VCLTestCase): self.server_port] def tearDown(self): - self.cut_thru_tear_down() - super(VCLCutThruTestCase, self).tearDown() + def show_commands_at_teardown(self): + self.logger.debug(self.vapi.cli("show session verbose 2")) + def test_vcl_cut_thru_echo(self): """ run VCL cut thru echo test """