X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Futil.py;fp=test%2Futil.py;h=ed6c40959f1877fcf4bf7330df390d62091bd93e;hb=6ed154f779c765f38b61ed84349bd539287dd02b;hp=96d3c6068efbfa6d48a4039290e7fc2931224c14;hpb=d6df3acf5cf31b603241574cadbf9863e27b2d60;p=vpp.git diff --git a/test/util.py b/test/util.py index 96d3c6068ef..ed6c40959f1 100644 --- a/test/util.py +++ b/test/util.py @@ -58,7 +58,7 @@ def ip4n_range(ip4n, s, e): # wrapper around scapy library function. def mk_ll_addr(mac): - euid = in6_mactoifaceid(mac) + euid = in6_mactoifaceid(str(mac)) addr = "fe80::" + euid return addr