X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_container.py;h=66357a7389a3d8b412e83d01f1cef2ba634d2312;hb=d5c60b96a3fd93916fc4af5c8d6d25625c28242e;hp=99a527b87962d093be04b8877355da0b3c254099;hpb=3e2d57d8773e1d03577048f497dc7ed567fd9344;p=vpp.git diff --git a/test/test_container.py b/test/test_container.py index 99a527b8796..66357a7389a 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(range(2)) + self.create_loopback_interfaces(2) for i in range(2): intf = self.lo_interfaces[i] intf.admin_up()