vcl/session: tx notifications for cut-thru sessions

Change-Id: I076c753e419bbb177d2d28609190715e9895b398
Signed-off-by: Florin Coras <fcoras@cisco.com>
This commit is contained in:
Florin Coras
2019-04-17 09:57:46 -07:00
committed by Dave Barach
parent 6407ba56a3
commit 317b8e0836
5 changed files with 43 additions and 2 deletions

View File

@ -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 """