From 932f74196d9571fd007cef32c234bd00ab75975e Mon Sep 17 00:00:00 2001 From: Pavel Kotucek Date: Thu, 7 Sep 2017 14:44:52 +0200 Subject: ACL-plugin MACIP ACLs tests Change-Id: Ie40c837358454cfe9475cb2c14fdf20b24fa6602 Signed-off-by: Pavel Kotucek --- test/vpp_lo_interface.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/vpp_lo_interface.py') diff --git a/test/vpp_lo_interface.py b/test/vpp_lo_interface.py index 9493a70019d..963123f6404 100644 --- a/test/vpp_lo_interface.py +++ b/test/vpp_lo_interface.py @@ -20,7 +20,7 @@ class VppLoInterface(VppInterface, VppObject): self.test.vapi.delete_loopback(self.sw_if_index) def query_vpp_config(self): - dump = self.vapi.sw_interface_dump() + dump = self.test.vapi.sw_interface_dump() return self.is_interface_config_in_dump(dump) def is_interface_config_in_dump(self, dump): -- cgit 1.2.3-korg