vcl session: enforce full dgram reads/writes

Type: improvement

Signed-off-by: Florin Coras <fcoras@cisco.com>
Change-Id: I4a3861e31ca42faf0b59f8f09393fb10413bf3af
This commit is contained in:
Florin Coras
2020-04-05 19:25:44 +00:00
committed by Florin Coras
parent 57660d9df6
commit 7a2abce4c9
5 changed files with 75 additions and 41 deletions

View File

@ -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()