summaryrefslogtreecommitdiff
path: root/tests/test_discovery.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_discovery.py')
-rwxr-xr-xtests/test_discovery.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/test_discovery.py b/tests/test_discovery.py
index 2e7b308..d89d6f6 100755
--- a/tests/test_discovery.py
+++ b/tests/test_discovery.py
@@ -20,8 +20,9 @@ class TestDiscovery(unittest.TestCase):
('SW_Eglise_ESTANCARBON', '172.16.30.38'),
])
self.discovery.discover_from_root(data.Equipment('stg', '172.16.0.254'))
+ self.discovery.compute_neighbourhood()
# self.assertEqual(self.ref_net.get_equipment_list_sorted(), list(self.discovery.net.get_equipment_list_sorted()))
- print(self.discovery.net)
+ print(self.discovery.net) # <----- ya un gros print ici qui affiche... tout.
if __name__ == '__main__':
unittest.main()