tests: changes for scapy 2.4.3 migration

Type: fix
Change-Id: I7e041b666dabd90df23a920a1f1d99db4c10ddfe
Signed-off-by: snaramre <snaramre@cisco.com>
This commit is contained in:
snaramre
2019-12-13 23:39:35 +00:00
committed by Paul Vinciguerra
parent aa72578637
commit 5d4b8912d2
27 changed files with 241 additions and 51 deletions

View File

@ -6,7 +6,8 @@ import unittest
from framework import VppTestCase, VppTestRunner, running_extended_tests
from template_bd import BridgeDomain
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 scapy.layers.vxlan import VXLAN
from scapy.utils import atol