From: Paul Vinciguerra Date: Fri, 27 Dec 2019 05:17:01 +0000 (-0500) Subject: tests: test_mpls_v6_ebgp_pic - don't write to stdout X-Git-Tag: v20.05-rc0~107 X-Git-Url: https://gerrit.fd.io/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F36%2F24136%2F1;p=vpp.git tests: test_mpls_v6_ebgp_pic - don't write to stdout Type: test Change-Id: I2cccc68b1b4b6c576580ae0eb5d4511ca2f4663d Signed-off-by: Paul Vinciguerra --- diff --git a/test/test_mpls.py b/test/test_mpls.py index 6c493ef277f..038ffd34f6c 100644 --- a/test/test_mpls.py +++ b/test/test_mpls.py @@ -2044,7 +2044,7 @@ class TestMPLSPIC(VppTestCase): # # put the connected routes back # - print(self.vapi.cli("sh log")) + self.logger.info(self.vapi.cli("sh log")) self.pg2.admin_up() self.pg2.config_ip6() self.pg2.resolve_ndp()