aboutsummaryrefslogtreecommitdiffstats
path: root/test/vpp_gre_interface.py
diff options
context:
space:
mode:
authorNeale Ranns <nranns@cisco.com>2019-08-04 02:41:57 -0700
committerAndrew Yourtchenko <ayourtch@gmail.com>2019-08-07 08:42:17 +0000
commitadb17a813c7f650c41167713b8c44ba56127bba4 (patch)
tree253e7744e3dbe9ba514478489a5ea85149e7b6af /test/vpp_gre_interface.py
parent8511687d59081446a71d8aea3c78d999f16ec00c (diff)
fib tests: IP multicast over GRE
Type: feature Change-Id: I1632ff23b1bf6d91aa3406c95ebd6ef0aa595f35 Signed-off-by: Neale Ranns <nranns@cisco.com>
Diffstat (limited to 'test/vpp_gre_interface.py')
-rw-r--r--test/vpp_gre_interface.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/vpp_gre_interface.py b/test/vpp_gre_interface.py
index 818f429f5c9..fca2c1f86c8 100644
--- a/test/vpp_gre_interface.py
+++ b/test/vpp_gre_interface.py
@@ -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()