Skip to content

Commit

Permalink
test-info.yml: Replace 'variant' with 'method'
Browse files Browse the repository at this point in the history
'variant' is no longer relevant with sit-test-cases as it calculates the
flapping list based on the access method used in each of the shares. So
specify the method for each share section.

Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 committed Aug 30, 2024
1 parent 76d6c75 commit 1284c64
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,14 +19,14 @@ shares:
{{ share.name }}-{{ config.be.name }}-{{ config.be.variant}}-{{ method }}:
backend:
name: {{ config.be.name }}
variant: {{ config.be.variant}}
method: {{ method }}
path: {{ config.paths.mount }}/backends/{{ share.name }}
{%- endfor +%}
{%- else +%}
{{ share.name }}-{{ config.be.name }}-{{ config.be.variant }}:
backend:
name: {{ config.be.name }}
variant: {{ config.be.variant}}
method: default
path: {{ config.paths.mount }}/backends/{{ share.name }}
{%- endif +%}
{%- endfor +%}

0 comments on commit 1284c64

Please sign in to comment.