aboutsummaryrefslogtreecommitdiffstats
path: root/test/test_pppoe.py
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_pppoe.py')
-rw-r--r--test/test_pppoe.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_pppoe.py b/test/test_pppoe.py
index 1d0aeffda37..13499a32ec8 100644
--- a/test/test_pppoe.py
+++ b/test/test_pppoe.py
@@ -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: