mirror of
https://github.com/argoproj/argo-cd
synced 2026-04-21 17:07:16 +00:00
17 lines
533 B
YAML
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
|