X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_p2p_ethernet.py;h=f08d0cc2b1fb2b77f81fc1a8355cb7db2d5317f6;hb=42ceddb7cd836a89a12b0b8e623b06bc4c0cc0cb;hp=f055ffeb52129b40569b9507f80d9baa168bf336;hpb=661f91fe0a6bd87040408d45d116b63c0811f4f9;p=vpp.git diff --git a/test/test_p2p_ethernet.py b/test/test_p2p_ethernet.py index f055ffeb521..f08d0cc2b1f 100644 --- a/test/test_p2p_ethernet.py +++ b/test/test_p2p_ethernet.py @@ -13,7 +13,7 @@ from framework import VppTestCase, VppTestRunner from vpp_sub_interface import VppP2PSubint from vpp_ip import DpoProto from vpp_ip_route import VppIpRoute, VppRoutePath -from util import mactobinary +from vpp_mac import mactobinary class P2PEthernetAPI(VppTestCase):