diff options
Diffstat (limited to 'test/test_srmpls.py')
-rw-r--r-- | test/test_srmpls.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/test/test_srmpls.py b/test/test_srmpls.py index ded4a71fa40..756405ab6d7 100644 --- a/test/test_srmpls.py +++ b/test/test_srmpls.py @@ -4,10 +4,9 @@ import unittest import socket from framework import VppTestCase, VppTestRunner +from vpp_ip import DpoProto from vpp_ip_route import VppIpRoute, VppRoutePath, VppMplsRoute, \ - VppMplsIpBind, VppIpMRoute, VppMRoutePath, \ - MRouteItfFlags, MRouteEntryFlags, DpoProto, VppIpTable, VppMplsTable, \ - VppMplsLabel, MplsLspMode + VppIpTable, VppMplsTable, VppMplsLabel from vpp_mpls_tunnel_interface import VppMPLSTunnelInterface from scapy.packet import Raw |