X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Fvpp_neighbor.py;h=60fe28f76e4a66a66536f37683f92d0e0fd8ffe2;hb=4fa0ba6ac0f78a49a3481063105020a9b585476c;hp=d7940266605bf289b8da49b5ba2116dcf714940b;hpb=d9b0c6fbf7aa5bd9af84264105b39c82028a4a29;p=vpp.git diff --git a/test/vpp_neighbor.py b/test/vpp_neighbor.py index d7940266605..60fe28f76e4 100644 --- a/test/vpp_neighbor.py +++ b/test/vpp_neighbor.py @@ -6,7 +6,7 @@ from ipaddress import ip_address from vpp_object import VppObject -from vpp_papi import mac_pton, VppEnum +from vpp_papi import VppEnum try: text_type = unicode