github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/operators.coreos.com/Subscription/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Progressing
     4      message: "An install plan for a subscription is pending installation"
     5    inputPath: testdata/install_plan_pending.yaml
     6  - healthStatus:
     7      status: Degraded
     8      message: "1: CatalogSourcesUnhealthy | True\n"
     9    inputPath: testdata/catalog_sources_unhealthy.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: "1: CatalogSourcesUnhealthy | False\n2: InstallPlanMissing | True\n"
    13    inputPath: testdata/install_plan_missing.yaml
    14  - healthStatus:
    15      status: Degraded
    16      message: "1: CatalogSourcesUnhealthy | False\n2: InstallPlanFailed | True\n"
    17    inputPath: testdata/install_plan_failed.yaml
    18  - healthStatus:
    19      status: Degraded
    20      message: "1: CatalogSourcesUnhealthy | True\n2: ResolutionFailed | True\n"
    21    inputPath: testdata/resolution_failed.yaml
    22  - healthStatus:
    23      status: Healthy
    24      message: "1: CatalogSourcesUnhealthy | False\n"
    25    inputPath: testdata/healthy.yaml