Skip to content

Commit

Permalink
tests: fix import from change to scapy 2.4.3
Browse files Browse the repository at this point in the history
Type: test
Fixes: 8d27fa7

Change-Id: I4656a9769011ed2399c1799f6f17520e44f375c7
Signed-off-by: Paul Vinciguerra <[email protected]>
  • Loading branch information
pvinci committed Dec 17, 2019
1 parent 77022b8 commit 6461b7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test_trace_filter.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
from framework import VppTestCase, VppTestRunner, running_extended_tests
from vpp_ip_route import VppIpTable, VppIpRoute, VppRoutePath

from scapy.contrib.geneve import GENEVE
from scapy.packet import Raw
from scapy.layers.l2 import Ether
from scapy.layers.inet import IP, UDP
from scapy.layers.vxlan import VXLAN
from scapy.layers.geneve import GENEVE
from scapy.compat import raw


Expand Down

0 comments on commit 6461b7a

Please sign in to comment.