diff options
Diffstat (limited to 'test/test_udp.py')
-rw-r--r-- | test/test_udp.py | 2 |
1 files changed, 2 insertions, 0 deletions
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() |