Skip to content

Commit

Permalink
test-info.yml: Add 'method' to share section
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. 'variant' will be removed
once sit-test-cases switches to look at 'method'.

Signed-off-by: Anoop C S <[email protected]>
  • Loading branch information
anoopcs9 committed Aug 30, 2024
1 parent 76d6c75 commit 025c6e2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,15 @@ shares:
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 025c6e2

Please sign in to comment.