aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_gre.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_gre.py')
-rw-r--r--test/test_gre.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test_gre.py b/test/test_gre.py
index 06f991f75f5..763fb9d9b99 100644
--- a/test/test_gre.py
+++ b/test/test_gre.py
@@ -9,8 +9,8 @@ from scapy.layers.inet import IP, UDP
from scapy.layers.inet6 import IPv6
from scapy.volatile import RandMAC, RandIP
-from framework import tag_fixme_vpp_workers
-from framework import VppTestCase, VppTestRunner
+from framework import VppTestCase
+from asfframework import VppTestRunner, tag_fixme_vpp_workers
from vpp_sub_interface import L2_VTR_OP, VppDot1QSubint
from vpp_gre_interface import VppGreInterface
from vpp_teib import VppTeib
@@ -19,7 +19,6 @@ from vpp_ip_route import (
VppIpRoute,
VppRoutePath,
VppIpTable,
- FibPathProto,
VppMplsLabel,
)
from vpp_mpls_tunnel_interface import VppMPLSTunnelInterface