Loading src/common/tools/descriptor/Loader.py +1 −1 Original line number Diff line number Diff line Loading @@ -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))) Loading Loading
src/common/tools/descriptor/Loader.py +1 −1 Original line number Diff line number Diff line Loading @@ -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))) Loading