fixes issues with long running jobs and closing connection errors #248

This commit is contained in:
ricardo.bartels@telekom.de
2022-11-27 15:19:04 +01:00
parent ef4abd9721
commit 6541cde47e
6 changed files with 54 additions and 16 deletions

View File

@@ -37,6 +37,10 @@ class SourceBase:
inventory = None
source_tag = None
# dummy function to implement a finish call for each source
def finish(self):
pass
def map_object_interfaces_to_current_interfaces(self, device_vm_object, interface_data_dict=None):
"""
Try to match current object interfaces to discovered ones. This will be done