diff options
Diffstat (limited to 'xci/playbooks/roles/prepare-tests')
-rw-r--r-- | xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 b/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 index dfdba15a..1cb43be2 100644 --- a/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 +++ b/xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 @@ -18,7 +18,7 @@ rc_file_vol="-v /root/openrc:/etc/yardstick/openstack.creds" {% else %} {# k8 scenario name is hardcoded for the timebeing until we clarify #} {# which suite name we should use for the scenarios without yardstick suites #} -DEPLOY_SCENARIO="k8-nosn-nofeature-noha" +DEPLOY_SCENARIO="k8-nosdn-nofeature-noha" rc_file_vol="-v /root/admin.conf:/etc/yardstick/admin.conf" {% endif %} |