Replace tap interface using general interface

Change-Id: Icd73f00162fb6aabe296c8bb6f2174ad4f6a17b7
Signed-off-by: Hongjun Ni <hongjun.ni@intel.com>
This commit is contained in:
Hongjun Ni
2017-11-17 23:43:11 +08:00
committed by Damjan Marion
parent b8bbd6521f
commit ad2ddb1c06
6 changed files with 52 additions and 54 deletions
+2 -2
View File
@@ -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: