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

     1  actionTests:
     2  - action: pause
     3    inputPath: testdata/monovertex.yaml
     4    expectedOutputPath: testdata/monovertex-paused.yaml
     5  - action: unpause-gradual
     6    inputPath: testdata/monovertex-paused.yaml
     7    expectedOutputPath: testdata/monovertex-unpause-gradual.yaml
     8  - action: unpause-fast
     9    inputPath: testdata/monovertex-paused.yaml
    10    expectedOutputPath: testdata/monovertex-unpause-fast.yaml
    11  - action: force-promote
    12    inputPath: testdata/monovertex.yaml
    13    expectedOutputPath: testdata/monovertex-force-promote.yaml
    14  
    15  discoveryTests:
    16    - inputPath: testdata/monovertex.yaml
    17      result:
    18        - name: pause
    19          disabled: false
    20          iconClass: 'fa-solid fa-fw fa-pause'
    21        - name: unpause-gradual
    22          disabled: true
    23          iconClass: 'fa-solid fa-fw fa-play'
    24          displayName: 'Unpause (gradual)'
    25        - name: unpause-fast
    26          disabled: true
    27          iconClass: 'fa-solid fa-fw fa-play'
    28          displayName: 'Unpause (fast)'
    29        - name: force-promote
    30          disabled: false
    31          iconClass: 'fa-solid fa-fw fa-forward'
    32          displayName: 'Force Promote'
    33    - inputPath: testdata/monovertex-paused.yaml
    34      result:
    35        - name: pause
    36          disabled: true
    37          iconClass: 'fa-solid fa-fw fa-pause'
    38        - name: unpause-gradual
    39          disabled: false
    40          iconClass: 'fa-solid fa-fw fa-play'
    41          displayName: 'Unpause (gradual)'
    42        - name: unpause-fast
    43          disabled: true
    44          iconClass: 'fa-solid fa-fw fa-play'
    45          displayName: 'Unpause (fast)'
    46        - name: force-promote
    47          disabled: false
    48          iconClass: 'fa-solid fa-fw fa-forward'
    49          displayName: 'Force Promote'