From 7a2abce4c9fc2191b3d3989c84516391036b6882 Mon Sep 17 00:00:00 2001 From: Florin Coras Date: Sun, 5 Apr 2020 19:25:44 +0000 Subject: vcl session: enforce full dgram reads/writes Type: improvement Signed-off-by: Florin Coras Change-Id: I4a3861e31ca42faf0b59f8f09393fb10413bf3af --- test/test_udp.py | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test') diff --git a/test/test_udp.py b/test/test_udp.py index 5336675c79d..0f1c5a47255 100644 --- a/test/test_udp.py +++ b/test/test_udp.py @@ -320,6 +320,8 @@ class TestUDP(VppTestCase): self.logger.critical(error) self.assertNotIn("failed", error) + self.logger.debug(self.vapi.cli("show session verbose 2")) + # Delete inter-table routes ip_t01.remove_vpp_config() ip_t10.remove_vpp_config() -- cgit 1.2.3-korg