diff options
author | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-12-27 00:17:01 -0500 |
---|---|---|
committer | Paul Vinciguerra <pvinci@vinciconsulting.com> | 2019-12-27 00:17:01 -0500 |
commit | a42c6ee973bf8e51a5a41aede803a1984b0aa80b (patch) | |
tree | 33457d95d6dbfb075ae3e698302b87e6a804345e | |
parent | 475c9d7bcd0f2ceca77022eaef67ad9a84365609 (diff) |
tests: test_mpls_v6_ebgp_pic - don't write to stdout
Type: test
Change-Id: I2cccc68b1b4b6c576580ae0eb5d4511ca2f4663d
Signed-off-by: Paul Vinciguerra <pvinci@vinciconsulting.com>
-rw-r--r-- | test/test_mpls.py | 2 |
1 files changed, 1 insertions, 1 deletions
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() |