X-Git-Url: https://gerrit.fd.io/r/gitweb?a=blobdiff_plain;f=test%2Ftest_interface_crud.py;fp=test%2Ftest_interface_crud.py;h=4711c2f7931fa9a13f360bcd7adc563da01b1ea1;hb=053204ab039d34a990ff0e14c32ce3b294fcce0e;hp=ae30a6d47ea9bdebd1437585c977e0959a8ac606;hpb=df36f4963f1a590ce9a02f048507c3d4590580ae;p=vpp.git diff --git a/test/test_interface_crud.py b/test/test_interface_crud.py index ae30a6d47ea..4711c2f7931 100644 --- a/test/test_interface_crud.py +++ b/test/test_interface_crud.py @@ -85,7 +85,7 @@ class TestLoopbackInterfaceCRUD(VppTestCase): # create loopbacks = self.create_loopback_interfaces(20) for i in loopbacks: - i.local_ip4_prefix_len = 32 + i.local_ip4_prefix.len = 32 i.config_ip4() i.admin_up() @@ -127,7 +127,7 @@ class TestLoopbackInterfaceCRUD(VppTestCase): # create loopbacks = self.create_loopback_interfaces(20) for i in loopbacks: - i.local_ip4_prefix_len = 32 + i.local_ip4_prefix.len = 32 i.config_ip4() i.admin_up()