diff options
author | Neale Ranns <nranns@cisco.com> | 2016-11-28 16:10:59 +0000 |
---|---|---|
committer | Ed Warnicke <hagbard@gmail.com> | 2016-11-28 17:42:32 +0000 |
commit | 39f9973f89fe6d44ee3be5d1dd4457d20530d4aa (patch) | |
tree | 4f7b789f14716ced745b675870d55fd17e0619f1 /test/test_gre.py | |
parent | 38fb44f51d73f631df82830b4a09681fb2e41a3c (diff) |
GRE Tests update after postinit removal
Change-Id: I33df256ca07c99149465c896c7063a3153021a5a
Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/test_gre.py')
-rw-r--r-- | test/test_gre.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_gre.py b/test/test_gre.py index b5a1e346eca..f54b6e01307 100644 --- a/test/test_gre.py +++ b/test/test_gre.py @@ -13,7 +13,7 @@ from vpp_papi_provider import L2_VTR_OP from scapy.packet import Raw from scapy.layers.l2 import Ether, Dot1Q, ARP, GRE from scapy.layers.inet import IP, UDP -from scapy.layers.inet6 import ICMPv6ND_NS, IPv6, UDP +from scapy.layers.inet6 import ICMPv6ND_NS, ICMPv6ND_RA, IPv6, UDP from scapy.contrib.mpls import MPLS from scapy.volatile import RandMAC, RandIP |