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

Common - Tests - MockMessageBroker:

- Removed unused TOPICS variable
parent e94c55a8
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!147Resolve "Notificatoins from Context are incomplete"
......@@ -28,10 +28,6 @@ TOPIC_SERVICE = 'service'
TOPIC_SLICE = 'slice'
TOPIC_TOPOLOGY = 'topology'
TOPICS = {
TOPIC_CONNECTION, TOPIC_CONTEXT, TOPIC_DEVICE, TOPIC_LINK, TOPIC_POLICY, TOPIC_SERVICE, TOPIC_SLICE, TOPIC_TOPOLOGY
}
CONSUME_TIMEOUT = 0.5 # seconds
class Message(NamedTuple):
......
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