Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Implemented
-
None
-
None
Description
Currently, integrations test is looking at specific log messages to determine whether the stratos server is ready to handle request or not. Proper way would be to check with an API whether the server is ready or not. I propose we need to handle this in the following way.
a) exposing an API in mock API to check whether mock iaas is activated or not.
b) integration tests should be started after getting a positive response from the above API.
As per our component start up order, the above solution will make sure that every component is ready to handle requests.