argo-cd/resource_customizations/capabilities.3scale.net/OpenAPI/health_test.yaml
Adriano Machado d954789d47
feat(server): 3scale health checks (#24327) (#24326)
Signed-off-by: Adriano Machado <60320+ammachado@users.noreply.github.com>
2025-09-06 14:24:18 -04:00

17 lines
533 B
YAML

tests:
- healthStatus:
status: Healthy
message: "3scale OpenAPI is ready"
inputPath: testdata/healthy.yaml
- healthStatus:
status: Degraded
message: "Failure message"
inputPath: testdata/degraded-failed.yaml
- healthStatus:
status: Degraded
message: "OpenAPI specification is invalid or malformed"
inputPath: testdata/degraded-invalid.yaml
- healthStatus:
status: Progressing
message: "Waiting for 3scale OpenAPI status..."
inputPath: testdata/progressing.yaml