Revert "Revert "make test: fix broken interfaces""
This reverts commit c8efa29b6f
.
Change-Id: I1d5c5773d5f86a63073e255336bd9de628e26179
Signed-off-by: Klement Sekera <ksekera@cisco.com>
This commit is contained in:
@ -79,7 +79,7 @@ class TestLoopbackInterfaceCRUD(VppTestCase):
|
||||
|
||||
def test_crud(self):
|
||||
# create
|
||||
loopbacks = self.create_loopback_interfaces(range(20))
|
||||
loopbacks = self.create_loopback_interfaces(20)
|
||||
for i in loopbacks:
|
||||
i.local_ip4_prefix_len = 32
|
||||
i.config_ip4()
|
||||
@ -121,7 +121,7 @@ class TestLoopbackInterfaceCRUD(VppTestCase):
|
||||
|
||||
def test_down(self):
|
||||
# create
|
||||
loopbacks = self.create_loopback_interfaces(range(20))
|
||||
loopbacks = self.create_loopback_interfaces(20)
|
||||
for i in loopbacks:
|
||||
i.local_ip4_prefix_len = 32
|
||||
i.config_ip4()
|
||||
|
Reference in New Issue
Block a user