From 653e43f06a974121343b2c1f0e4533926020877b Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Mon, 4 Mar 2019 10:56:23 -0800 Subject: session: use vpp to switch io events for ct sessions Instead of allocating pairs of message queues per cut-thru session and having the applications map them, this uses vpp as an io event message switch. Change-Id: I51db1c7564df479a7d1a3288342394251fd188bb Signed-off-by: Florin Coras --- test/test_vcl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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") -- cgit 1.2.3-korg