Revert "API: Cleanup APIs interface.api"
This reverts commit e63325e3ca
.
Allow time for CSIT to accommodate.
Change-Id: I59435e4ab5e05e36a2796c3bf44889b5d4823cc2
Signed-off-by: ot@cisco.com
This commit is contained in:
@ -81,7 +81,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()
|
||||
|
||||
@ -123,7 +123,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()
|
||||
|
||||
|
Reference in New Issue
Block a user