fib tests: IP multicast over GRE

Type: feature

Change-Id: I1632ff23b1bf6d91aa3406c95ebd6ef0aa595f35
Signed-off-by: Neale Ranns <nranns@cisco.com>
This commit is contained in:
Neale Ranns
2019-08-04 02:41:57 -07:00
committed by Andrew Yourtchenko
parent 8511687d59
commit adb17a813c
3 changed files with 77 additions and 1 deletions

View File

@ -31,6 +31,7 @@ class VppGreInterface(VppInterface):
self.set_sw_if_index(r.sw_if_index)
self.generate_remote_hosts()
self.test.registry.register(self, self.test.logger)
return self
def remove_vpp_config(self):
self.unconfig()