github.com/argoproj/argo-cd/v2@v2.10.9/resource_customizations/trident.netapp.io/TridentBackendConfig/health_test.yaml (about)

     1  tests:
     2  - healthStatus:
     3      status: Degraded
     4      message: "Failed to create backend: backend tbc-ontap-nas already exists"
     5    inputPath: testdata/degraded.yaml
     6  - healthStatus:
     7      status: Progressing
     8      message: "Waiting for backend creation"
     9    inputPath: testdata/progressing.yaml
    10  - healthStatus:
    11      status: Healthy
    12      message: "Backend 'tbc-ontap-nas' created"
    13    inputPath: testdata/healthy.yaml