diff options
Diffstat (limited to 'test/framework.py')
-rwxr-xr-x | test/framework.py | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/test/framework.py b/test/framework.py index 2afec7a4f0f..b7004613edd 100755 --- a/test/framework.py +++ b/test/framework.py @@ -819,8 +819,6 @@ class VppTestCase(CPUInterface, unittest.TestCase): self.logger.info("Moving %s to %s\n" % (tmp_api_trace, vpp_api_trace_log)) os.rename(tmp_api_trace, vpp_api_trace_log) - self.logger.info(self.vapi.ppcli("api trace custom-dump %s" % - vpp_api_trace_log)) except VppTransportSocketIOError: self.logger.debug("VppTransportSocketIOError: Vpp dead. " "Cannot log show commands.") |