X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_container.py;h=66357a7389a3d8b412e83d01f1cef2ba634d2312;hb=fe7740e6613e065658dd43e4b8a81504ee7bb2ea;hp=99a527b87962d093be04b8877355da0b3c254099;hpb=c8efa29b6f9a91381897b54f1147daf922ed7164;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()