Skip to content
Snippets Groups Projects
Commit 14341492 authored by Lluis Gifre Renom's avatar Lluis Gifre Renom
Browse files

Context:

- corrected Topology unitary test
parent 7730ad87
No related branches found
No related tags found
2 merge requests!54Release 2.0.0,!34Context Scalability extensions using CockroachDB + Removal of Stateful database inside Device + other
......@@ -25,7 +25,7 @@ def test_topology(context_client : ContextClient) -> None:
# ----- Initialize the EventsCollector -----------------------------------------------------------------------------
events_collector = EventsCollector(
context_client, log_events_received=True,
activate_context_collector = False, activate_topology_collector = True, activate_device_collector = False,
activate_context_collector = True, activate_topology_collector = True, activate_device_collector = False,
activate_link_collector = False, activate_service_collector = False, activate_slice_collector = False,
activate_connection_collector = False)
events_collector.start()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment