mirror of
https://github.com/netbox-community/netbox.git
synced 2026-01-15 08:12:18 -06:00
Add test for updated paths on cable status change
This commit is contained in:
@@ -63,4 +63,7 @@ def trace_path(node):
|
||||
destination = peer_termination
|
||||
break
|
||||
|
||||
if destination is None:
|
||||
is_connected = False
|
||||
|
||||
return path, destination, is_connected
|
||||
|
||||
Reference in New Issue
Block a user