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

Pre-merge code fixes and cleanup

parent cdc9c97c
No related branches found
No related tags found
2 merge requests!294Release TeraFlowSDN 4.0,!285Resolve: "(CNIT) New SBI Driver based on OpenROADM for ROADMs"
......@@ -425,7 +425,7 @@ class DescriptorLoader:
assert len(response.links) == self.num_links
response = self.__ctx_cli.GetOpticalLinkList(Empty())
assert len(response.optical_links) == self.num_links
assert len(response.optical_links) == self.num_optical_links
for context_uuid, num_services in self.num_services.items():
response = self.__ctx_cli.ListServices(ContextId(**json_context_id(context_uuid)))
......
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