X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_acl_plugin_l2l3.py;h=26b562e8ad0c7335b7dcdbc59b291eeef04aaf54;hb=45478933b21cf1bce028b757e1358936dd08380b;hp=b971610d5d4f13a08d9bca5c73bff50c41144ba3;hpb=9690e906186cdc2b7d10eae934bcbad7bf45387d;p=vpp.git diff --git a/test/test_acl_plugin_l2l3.py b/test/test_acl_plugin_l2l3.py index b971610d5d4..26b562e8ad0 100644 --- a/test/test_acl_plugin_l2l3.py +++ b/test/test_acl_plugin_l2l3.py @@ -60,7 +60,7 @@ class TestIpIrb(VppTestCase): # create 3 pg interfaces, 1 loopback interface cls.create_pg_interfaces(range(3)) - cls.create_loopback_interfaces(range(1)) + cls.create_loopback_interfaces(1) cls.interfaces = list(cls.pg_interfaces) cls.interfaces.extend(cls.lo_interfaces)