The failure is because of mismatch of the
parameters to _validate_interface_info(). This patch removes
this code as it can be inherited from upstream
Change-Id: I5a92c6d05876e9ab5201e8fac018433eeb5c89e4
Closes-Bug: #
1453323
(cherry picked from commit
9c857dab6289047a272a4519479903c92a84dc4c)
LOG.error(_LE("Error Adding interface %(subnet_id)s "
"to router %(router_id)s on Arista HW"),
{'subnet_id': subnet_id, 'router_id': r})
-
- def _validate_interface_info(self, interface_info):
- port_id_specified = interface_info and 'port_id' in interface_info
- subnet_id_specified = interface_info and 'subnet_id' in interface_info
- return port_id_specified, subnet_id_specified