argo-cd/resource_customizations/capabilities.3scale.net/OpenAPI/health_test.yaml

18 lines
533 B
YAML
Raw Normal View History

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