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:
@ -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()
|
||||
|
Reference in New Issue
Block a user