From 0c2b0f00331cfd50bce7491c6aaee728f223f44c Mon Sep 17 00:00:00 2001 From: Fatih Degirmenci Date: Wed, 5 Sep 2018 13:07:26 +0200 Subject: 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 --- xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xci/playbooks/roles') 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 %} -- cgit 1.2.3-korg