Пример #1
0
 def format_verify_tn_interface(self, tn_interface):
     # Ensure that the TN interfaces match with their original names
     # under resource.tn.node. This is performed to restore the
     # component_id values, previously changed
     tn_interfaces_cids = self.get_tn_interfaces_cids(clean=False)
     return FormatUtils.format_verify_tn_interface(
         tn_interfaces_cids, tn_interface)
Пример #2
0
 def format_verify_tn_interface(self, tn_interface):
     # Ensure that the TN interfaces match with their original names
     # under resource.tn.node. This is performed to restore the
     # component_id values, previously changed
     tn_interfaces_cids = self.get_tn_interfaces_cids(clean=False)
     return FormatUtils.format_verify_tn_interface(tn_interfaces_cids,
                                                   tn_interface)