2020-06-12 16:51:13 +00:00
|
|
|
tests:
|
|
|
|
|
- healthStatus:
|
|
|
|
|
status: Progressing
|
|
|
|
|
message: "1: InstallSucceeded | True\n2: Ready | Unknown\n"
|
|
|
|
|
inputPath: testdata/progressing.yaml
|
2021-05-01 11:09:42 +00:00
|
|
|
- healthStatus:
|
|
|
|
|
status: Progressing
|
|
|
|
|
message: "1: InstallSucceeded | True\n2: Ready | False\n"
|
|
|
|
|
inputPath: testdata/progressing_ready_false.yaml
|
2020-06-12 16:51:13 +00:00
|
|
|
- healthStatus:
|
|
|
|
|
status: Degraded
|
|
|
|
|
message: "1: InstallSucceeded | True\n2: Ready | randomstatus\n"
|
|
|
|
|
inputPath: testdata/degraded.yaml
|
|
|
|
|
- healthStatus:
|
|
|
|
|
status: Healthy
|
|
|
|
|
message: "KnativeEventing is healthy."
|
|
|
|
|
inputPath: testdata/healthy.yaml
|