X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_p2p_ethernet.py;h=f055ffeb52129b40569b9507f80d9baa168bf336;hb=e88865d;hp=a4eeee0e47d8a8ba253abc149cbf440ffa3be23b;hpb=f37c3ba9379c77805b40506dd72b3bc9eb1e8d08;p=vpp.git 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")