X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftemplate_bd.py;h=bd55b9b689092684a8f55bb91614bbec022cfe89;hb=7c0eb56f4;hp=39f71438ab0a3470cf9d583758c1b35ae456f9c1;hpb=8feeaff56fa9a4fbdfc06131f28a1060ffd9645d;p=vpp.git diff --git a/test/template_bd.py b/test/template_bd.py index 39f71438ab0..bd55b9b6890 100644 --- a/test/template_bd.py +++ b/test/template_bd.py @@ -1,9 +1,10 @@ -#!/usr/bin/env python +#!/usr/bin/env python3 import abc import six -from scapy.layers.l2 import Ether, Raw +from scapy.layers.l2 import Ether +from scapy.packet import Raw from scapy.layers.inet import IP, UDP from util import ip4_range