Skip to content

Commit 1284c64

Browse files
committed
test-info.yml: Replace 'variant' with 'method'
'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]>
1 parent 76d6c75 commit 1284c64

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

playbooks/ansible/roles/test.sit-test-cases/templates/test-info.yml.j2

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,14 @@ shares:
1919
{{ share.name }}-{{ config.be.name }}-{{ config.be.variant}}-{{ method }}:
2020
backend:
2121
name: {{ config.be.name }}
22-
variant: {{ config.be.variant}}
22+
method: {{ method }}
2323
path: {{ config.paths.mount }}/backends/{{ share.name }}
2424
{%- endfor +%}
2525
{%- else +%}
2626
{{ share.name }}-{{ config.be.name }}-{{ config.be.variant }}:
2727
backend:
2828
name: {{ config.be.name }}
29-
variant: {{ config.be.variant}}
29+
method: default
3030
path: {{ config.paths.mount }}/backends/{{ share.name }}
3131
{%- endif +%}
3232
{%- endfor +%}

0 commit comments

Comments
 (0)