mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-03 23:07:02 -05:00
16 lines
629 B
Gherkin
16 lines
629 B
Gherkin
Feature: service health check
|
|
|
|
|
|
Scenario: check service health
|
|
When a user requests these endpoints:
|
|
| endpoint | service |
|
|
| %base_url_without_scheme_and_port%: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 endpoints:
|
|
| endpoint | service |
|
|
| %base_url_without_scheme_and_port%:9174/readyz | notification |
|
|
Then the HTTP status code of responses on all endpoints should be "200"
|