Add test for updated paths on cable status change

This commit is contained in:
Jeremy Stretch
2020-10-01 17:25:44 -04:00
parent 0d07b0346b
commit 3b0a75edf8
4 changed files with 109 additions and 29 deletions

View File

@@ -63,4 +63,7 @@ def trace_path(node):
destination = peer_termination
break
if destination is None:
is_connected = False
return path, destination, is_connected