X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_bfd.py;h=711337014208d1c01f60331ef56d0f438606da4a;hb=617d429d2e38ac0cdb107dbfd86301b36d9f8e31;hp=c7ea79abfd01a5a6e3189450cea9480b89b9e6fd;hpb=06abf235269558fe75d72019a437337b24d7199e;p=vpp.git diff --git a/test/test_bfd.py b/test/test_bfd.py index c7ea79abfd0..71133701420 100644 --- a/test/test_bfd.py +++ b/test/test_bfd.py @@ -774,6 +774,7 @@ def wait_for_bfd_packet(test, timeout=1, pcap_time_min=None, is_tunnel=False): ) else: break + test.logger.debug(test.vapi.ppcli("show trace")) if is_tunnel: # strip an IP layer and move to the next p = p[IP].payload @@ -856,6 +857,7 @@ class BFD4TestCase(VppTestCase): try: self.bfd_udp4_sessions = self.statistics["/bfd/udp4/sessions"] self.bfd_udp6_sessions = self.statistics["/bfd/udp6/sessions"] + self.vapi.cli("trace add bfd-process 500") self.vpp_session = VppBFDUDPSession(self, self.pg0, self.pg0.remote_ip4) self.vpp_session.add_vpp_config() self.vpp_session.admin_up()