argo-cd/resource_customizations/kubevirt.io/VirtualMachine/health_test.yaml
Chandler Wilkerson fc13eda8d6
feat: Add KubeVirt custom health checks (#7176)
Signed-off-by: cwilkers <cwilkers@redhat.com>
2021-11-04 08:23:48 -07:00

21 lines
554 B
YAML

tests:
- healthStatus:
status: Progressing
message: "No status available"
inputPath: testdata/progressing_nostatus.yaml
- healthStatus:
status: Healthy
message: "Running"
inputPath: testdata/healthy_ready.yaml
- healthStatus:
status: Suspended
message: "Stopped"
inputPath: testdata/suspended_stopped.yaml
- healthStatus:
status: Progressing
message: "Starting"
inputPath: testdata/progressing_starting.yaml
- healthStatus:
status: Suspended
message: "Paused"
inputPath: testdata/suspended_paused.yaml