argo-cd/resource_customizations/capabilities.3scale.net/ProxyConfigPromote/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
587 B
YAML

tests:
- healthStatus:
status: Healthy
message: "3scale ProxyConfigPromote is ready"
inputPath: testdata/healthy.yaml
- healthStatus:
status: Degraded
message: "Failed to promote proxy configuration - product not found"
inputPath: testdata/degraded.yaml
- healthStatus:
status: Progressing
message: "Proxy configuration promotion is in progress"
inputPath: testdata/in-progress.yaml
- healthStatus:
status: Progressing
message: "Waiting for 3scale ProxyConfigPromote status..."
inputPath: testdata/progressing.yaml