summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarkos Chandras <mchandras@suse.de>2018-09-05 13:40:18 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-05 13:40:18 +0000
commitb0eb8e17350baf0b6d71045c7ec5fbfead6560f6 (patch)
treef7287aa77edff233b1e6ccb7bfa8114f13e91b57
parenta14bda17386299e9f0e9919f048a91daec8d259f (diff)
parent0c2b0f00331cfd50bce7491c6aaee728f223f44c (diff)
Merge "Fix the default scenario name for K8S Yardstick testing"
-rw-r--r--xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j22
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 %}