diff --git a/playbooks/ansible/roles/test.sit-test-cases/templates/test-info.yml.j2 b/playbooks/ansible/roles/test.sit-test-cases/templates/test-info.yml.j2 index 087ed63..63b02a7 100644 --- a/playbooks/ansible/roles/test.sit-test-cases/templates/test-info.yml.j2 +++ b/playbooks/ansible/roles/test.sit-test-cases/templates/test-info.yml.j2 @@ -20,6 +20,7 @@ shares: backend: name: {{ config.be.name }} variant: {{ config.be.variant}} + method: {{ method }} path: {{ config.paths.mount }}/backends/{{ share.name }} {%- endfor +%} {%- else +%} @@ -27,6 +28,7 @@ shares: backend: name: {{ config.be.name }} variant: {{ config.be.variant}} + method: default path: {{ config.paths.mount }}/backends/{{ share.name }} {%- endif +%} {%- endfor +%}