github.com/argoproj/argo-cd/v3@v3.2.1/resource_customizations/numaplane.numaproj.io/MonoVertexRollout/actions/action_test.yaml (about)

     1  actionTests:
     2  - action: pause
     3    inputPath: testdata/MonoVertexRollout/rollout.yaml
     4    expectedOutputPath: testdata/MonoVertexRollout/rollout-paused.yaml
     5  - action: unpause-gradual
     6    inputPath: testdata/MonoVertexRollout/rollout-paused.yaml
     7    expectedOutputPath: testdata/MonoVertexRollout/rollout-running-gradual.yaml
     8  - action: unpause-fast
     9    inputPath: testdata/MonoVertexRollout/rollout-paused.yaml
    10    expectedOutputPath: testdata/MonoVertexRollout/rollout-running-fast.yaml