diff options
author | Klement Sekera <ksekera@cisco.com> | 2018-06-24 10:30:37 +0200 |
---|---|---|
committer | Klement Sekera <ksekera@cisco.com> | 2018-06-25 13:19:26 +0200 |
commit | beaded5e0cbcd507fa4dca4f71712bd4e6911e69 (patch) | |
tree | ea00ef9503f07387c94384610fa8f24530c8d6a7 /test/test_acl_plugin.py | |
parent | b9ef2739dd1e681143e78ada1ffc342ae2fb89b0 (diff) |
make test: fix broken interfaces #2
Change-Id: I9d5b5d925fd2c09a1113fc51e433a16d729a241b
Signed-off-by: Klement Sekera <ksekera@cisco.com>
Diffstat (limited to 'test/test_acl_plugin.py')
-rw-r--r-- | test/test_acl_plugin.py | 2 |
1 files changed, 1 insertions, 1 deletions
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) |