diff options
author | Fatih Degirmenci <fdegir@gmail.com> | 2018-09-05 13:07:26 +0200 |
---|---|---|
committer | Fatih Degirmenci <fdegir@gmail.com> | 2018-09-05 13:09:03 +0200 |
commit | 0c2b0f00331cfd50bce7491c6aaee728f223f44c (patch) | |
tree | ce71677ff3616bb7f2b5182ce82b350caef9a5e9 /xci/playbooks/roles/prepare-tests/templates | |
parent | e91467023dcd3c5c6b088834a6234b5b56a01fe8 (diff) |
Fix the default scenario name for K8S Yardstick testing
deploy-scenario:k8-nosdn-nofeature
installer-type:kubespray
Change-Id: Ieb531b66bd36bbf8c28f755a52a98f0b41ae5efa
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
Diffstat (limited to 'xci/playbooks/roles/prepare-tests/templates')
-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 %} |