mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2025-12-26 15:50:47 -05:00
16 lines
651 B
Gherkin
16 lines
651 B
Gherkin
Feature: service health check
|
|
|
|
|
|
Scenario: check service health
|
|
When a user requests these URLs with "GET" and no authentication
|
|
| endpoint | service |
|
|
| http://%base_url_hostname%:9174/healthz | notification |
|
|
Then the HTTP status code of responses on all endpoints should be "200"
|
|
|
|
|
|
Scenario: check service readiness
|
|
When a user requests these URLs with "GET" and no authentication
|
|
| endpoint | service |
|
|
| http://%base_url_hostname%:9174/readyz | notification |
|
|
Then the HTTP status code of responses on all endpoints should be "200"
|