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

Preliminary unfinished version of device service and Context API based on...

Preliminary unfinished version of device service and Context API based on Redis. To be finished, it is just a backup.
parent 5f749f41
No related branches found
No related tags found
1 merge request!54Release 2.0.0
def validate_topology_dict(topology):
assert type(topology) is dict
assert len(topology.keys()) > 0
assert 'topoId' in topology
assert 'device' in topology
assert 'link' in topology
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