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