X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_pppoe.py;h=d69058f1aeb84cf57ec6046300279117935262d7;hb=13a08cc;hp=1d0aeffda3729695f80af1babf457d400f23e13d;hpb=43161a873375ddf156cf6fbe8764bfc206b38fa0;p=vpp.git diff --git a/test/test_pppoe.py b/test/test_pppoe.py index 1d0aeffda37..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 @@ -343,7 +343,7 @@ class TestPPPoE(VppTestCase): # and we should still be able to use the original # try: - gre_if.add_vpp_config() + pppoe_if.add_vpp_config() except Exception: pass else: @@ -400,7 +400,7 @@ class TestPPPoE(VppTestCase): # and we should still be able to use the original # try: - gre_if.remove_vpp_config() + pppoe_if.remove_vpp_config() except Exception: pass else: