GRE tests and fixes

Change-Id: I234240e9bdd4b69ad64a17b1449ae1e81c0edaca
Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:
Neale Ranns
2016-11-15 09:46:51 +00:00
committed by Damjan Marion
parent 7afe9e3826
commit 177bbdcd8f
22 changed files with 1095 additions and 76 deletions

View File

@ -41,6 +41,9 @@ class VppSubInterface(VppPGInterface):
def add_dot1_layer(self, pkt):
pass
def remove_vpp_config(self):
self.test.vapi.delete_subif(self._sw_if_index)
class VppDot1QSubint(VppSubInterface):