api: remove custom dump
Type: improvement Change-Id: I4b9b2be8817be10e46accc19219deb2b544f266b Signed-off-by: Filip Tehlar <ftehlar@cisco.com>
This commit is contained in:
@@ -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.")
|
||||
|
Reference in New Issue
Block a user