From a42c6ee973bf8e51a5a41aede803a1984b0aa80b Mon Sep 17 00:00:00 2001 From: Paul Vinciguerra Date: Fri, 27 Dec 2019 00:17:01 -0500 Subject: tests: test_mpls_v6_ebgp_pic - don't write to stdout Type: test Change-Id: I2cccc68b1b4b6c576580ae0eb5d4511ca2f4663d Signed-off-by: Paul Vinciguerra --- test/test_mpls.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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() -- cgit 1.2.3-korg