X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_acl_plugin.py;h=f3ab38127166273f38c3da2e17ae429253637cd3;hb=6150211538ef37e317a1a68cd4d8f169d87becd2;hp=b2d97565d56f0fe6d368a72a815e135f355b0f03;hpb=d042194b4bb0512a81924068013ed4e48f021a2b;p=vpp.git diff --git a/test/test_acl_plugin.py b/test/test_acl_plugin.py index b2d97565d56..f3ab3812716 100644 --- a/test/test_acl_plugin.py +++ b/test/test_acl_plugin.py @@ -1423,7 +1423,7 @@ class TestACLplugin(VppTestCase): # create an interface intf = [] - intf.append(VppLoInterface(self, 0)) + intf.append(VppLoInterface(self)) # Apply rules self.apply_rules_to(rules, "permit ipv4 tcp", intf[0].sw_if_index)