X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_container.py;h=99a527b87962d093be04b8877355da0b3c254099;hb=c8efa29b6f9a91381897b54f1147daf922ed7164;hp=66357a7389a3d8b412e83d01f1cef2ba634d2312;hpb=d5c60b96a3fd93916fc4af5c8d6d25625c28242e;p=vpp.git diff --git a/test/test_container.py b/test/test_container.py index 66357a7389a..99a527b8796 100644 --- a/test/test_container.py +++ b/test/test_container.py @@ -73,7 +73,7 @@ class ContainerIntegrationTestCase(VppTestCase): def test_0050_loopback_prepare_test(self): """ Create loopbacks overlapping with remote addresses """ - self.create_loopback_interfaces(2) + self.create_loopback_interfaces(range(2)) for i in range(2): intf = self.lo_interfaces[i] intf.admin_up()