From: Fatih Degirmenci Date: Wed, 5 Sep 2018 11:07:26 +0000 (+0200) Subject: Fix the default scenario name for K8S Yardstick testing X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=0c2b0f00331cfd50bce7491c6aaee728f223f44c;p=releng-xci.git 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 --- 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 %}