summaryrefslogtreecommitdiffstats
path: root/test/vpp_gre_interface.py
diff options
context:
space:
mode:
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()