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 486553befa1..aa533f7b641 100755 --- a/test/framework.py +++ b/test/framework.py @@ -1304,8 +1304,6 @@ class VppTestCase(CPUInterface, unittest.TestCase): n_rx = len(pkts) self.pg_send(intf, pkts, worker=worker, trace=trace) rx = output.get_capture(n_rx) - if trace: - self.logger.debug(self.vapi.cli("show trace")) return rx def send_and_expect_only(self, intf, pkts, output, timeout=None): |