tests: test_mpls_v6_ebgp_pic - don't write to stdout 36/24136/1
authorPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 27 Dec 2019 05:17:01 +0000 (00:17 -0500)
committerPaul Vinciguerra <pvinci@vinciconsulting.com>
Fri, 27 Dec 2019 05:17:01 +0000 (00:17 -0500)
Type: test

Change-Id: I2cccc68b1b4b6c576580ae0eb5d4511ca2f4663d
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
test/test_mpls.py

index 6c493ef..038ffd3 100644 (file)
@@ -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()