tests: test_mpls_v6_ebgp_pic - don't write to stdout

Type: test

Change-Id: I2cccc68b1b4b6c576580ae0eb5d4511ca2f4663d
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
This commit is contained in:
Paul Vinciguerra
2019-12-27 00:17:01 -05:00
parent 475c9d7bcd
commit a42c6ee973

View 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()