forked from argoproj/argo-cd
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathhealth_test.yaml
More file actions
29 lines (29 loc) · 1.01 KB
/
health_test.yaml
File metadata and controls
29 lines (29 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
tests:
- healthStatus:
status: Progressing
message: Initializing cluster SCM provider
inputPath: testdata/no-status.yaml
- healthStatus:
status: Progressing
message: ClusterScmProvider is being deleted
inputPath: testdata/deleting.yaml
- healthStatus:
status: Progressing
message: Waiting for ClusterScmProvider spec update to be observed
inputPath: testdata/observed-generation-outdated.yaml
- healthStatus:
status: Degraded
message: "Cluster SCM provider validation failed: Reconciliation failed: invalid credentials"
inputPath: testdata/reconcile-error.yaml
- healthStatus:
status: Progressing
message: ClusterScmProvider Ready condition is missing
inputPath: testdata/no-ready-condition.yaml
- healthStatus:
status: Progressing
message: "Cluster SCM provider readiness unknown (ValidationPending): Probing SCM endpoint"
inputPath: testdata/ready-unknown.yaml
- healthStatus:
status: Healthy
message: Cluster SCM provider is ready
inputPath: testdata/healthy.yaml