summaryrefslogtreecommitdiffstats
path: root/test/test_pppoe.py
diff options
context:
space:
mode:
authorHongjun Ni <hongjun.ni@intel.com>2018-03-08 00:25:56 +0800
committerNeale Ranns <nranns@cisco.com>2018-04-18 10:57:50 +0000
commit2629c841c789eb3e23050e35d84a9998afdd91bf (patch)
tree1df0b613ec43ca34f062e9940c296245962566f4 /test/test_pppoe.py
parent915e3f189a06580e2a0cc529138232d7ce9b378f (diff)
Fix PPPoE test case issues
Change-Id: I8b57250d5578ec7979c99da15d0ed7d0b70a8872 Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
Diffstat (limited to 'test/test_pppoe.py')
-rw-r--r--test/test_pppoe.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pppoe.py b/test/test_pppoe.py
index 13499a32ec8..d69058f1aeb 100644
--- a/test/test_pppoe.py
+++ b/test/test_pppoe.py
@@ -5,7 +5,7 @@ from logging import *
from framework import VppTestCase, VppTestRunner
from vpp_ip_route import VppIpRoute, VppRoutePath
-from vpp_pppoe_interface import VppPppoeInterface, VppPppoe6Interface
+from vpp_pppoe_interface import VppPppoeInterface
from vpp_papi_provider import L2_VTR_OP
from scapy.packet import Raw