diff options
Diffstat (limited to 'test/test_gre.py')
-rw-r--r-- | test/test_gre.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test/test_gre.py b/test/test_gre.py index 92fc3bc9191..cee7eea120f 100644 --- a/test/test_gre.py +++ b/test/test_gre.py @@ -10,11 +10,10 @@ from scapy.layers.inet6 import IPv6 from scapy.volatile import RandMAC, RandIP from framework import VppTestCase, VppTestRunner -from vpp_sub_interface import VppDot1QSubint +from vpp_sub_interface import L2_VTR_OP, VppDot1QSubint from vpp_gre_interface import VppGreInterface, VppGre6Interface from vpp_ip import DpoProto from vpp_ip_route import VppIpRoute, VppRoutePath, VppIpTable -from vpp_papi_provider import L2_VTR_OP from util import ppp, ppc |