From adb17a813c7f650c41167713b8c44ba56127bba4 Mon Sep 17 00:00:00 2001 From: Neale Ranns Date: Sun, 4 Aug 2019 02:41:57 -0700 Subject: fib tests: IP multicast over GRE Type: feature Change-Id: I1632ff23b1bf6d91aa3406c95ebd6ef0aa595f35 Signed-off-by: Neale Ranns --- test/vpp_gre_interface.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/vpp_gre_interface.py') 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() -- cgit 1.2.3-korg