X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fframework.py;h=486553befa11829031f18f052e2854e793316f7f;hb=ff334db797c9cede308367ef1c27bd8dfce0baf4;hp=aa533f7b64144376078a799e4d664d8b02b2416d;hpb=4450b03ba2a69a9e8194c7054dac2c8c19d372cd;p=vpp.git diff --git a/test/framework.py b/test/framework.py index aa533f7b641..486553befa1 100755 --- a/test/framework.py +++ b/test/framework.py @@ -1304,6 +1304,8 @@ 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):