tests: changes for scapy 2.4.3 migration
[vpp.git] / test / template_bd.py
index c401761..bd55b9b 100644 (file)
@@ -3,7 +3,8 @@
 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