Files
opencloud/tests/acceptance/features/apiCollaboration/serviceAvailabilityCheck.feature
2024-11-28 16:01:30 +05:45

16 lines
657 B
Gherkin

Feature: service health check
Scenario: check service health
When a user requests these endpoints with "GET" and no authentication
| endpoint | service |
| %collaboration_hostname%:9304/healthz | collaboration |
Then the HTTP status code of responses on all endpoints should be "200"
Scenario: check service readiness
When a user requests these endpoints with "GET" and no authentication
| endpoint | service |
| %collaboration_hostname%:9304/readyz | collaboration |
Then the HTTP status code of responses on all endpoints should be "200"