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

PathComp - FrontEnd component:

- Fixed assertions in pathcomp-forecaster tests
parent 00a4637b
No related branches found
No related tags found
2 merge requests!235Release TeraFlowSDN 3.0,!160Resolve "(CTTC) Forecaster component"
...@@ -173,7 +173,7 @@ def test_request_service_shortestpath_forecast( ...@@ -173,7 +173,7 @@ def test_request_service_shortestpath_forecast(
} }
# Assert requested service has a connection associated # Assert requested service has a connection associated
# It permits having other connections not requested (i.e., connections for sub-services) # It permits having other connections not requested (i.e., connections for sub-services)
assert service_uuid in reply_connection_service_ids assert context_service_uuid in reply_connection_service_ids
# TODO: implement other checks. examples: # TODO: implement other checks. examples:
# - request service and reply service endpoints match # - request service and reply service endpoints match
......
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