diff options
Diffstat (limited to 'test/test_p2p_ethernet.py')
-rw-r--r-- | test/test_p2p_ethernet.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/test/test_p2p_ethernet.py b/test/test_p2p_ethernet.py index a4eeee0e47d..f055ffeb521 100644 --- a/test/test_p2p_ethernet.py +++ b/test/test_p2p_ethernet.py @@ -82,7 +82,8 @@ class P2PEthernetAPI(VppTestCase): mactobinary(macs[i-1]), i) except Exception: - print "Failed to create subif %d %s" % (i, macs[i-1]) + self.logger.info("Failed to create subif %d %s" % ( + i, macs[i-1])) raise intfs = self.vapi.cli("show interface").split("\n") |