Fix the default scenario name for K8S Yardstick testing 43/61843/2
authorFatih Degirmenci <fdegir@gmail.com>
Wed, 5 Sep 2018 11:07:26 +0000 (13:07 +0200)
committerFatih Degirmenci <fdegir@gmail.com>
Wed, 5 Sep 2018 11:09:03 +0000 (13:09 +0200)
deploy-scenario:k8-nosdn-nofeature
installer-type:kubespray

Change-Id: Ieb531b66bd36bbf8c28f755a52a98f0b41ae5efa
Signed-off-by: Fatih Degirmenci <fdegir@gmail.com>
xci/playbooks/roles/prepare-tests/templates/run-yardstick.sh.j2

index dfdba15..1cb43be 100644 (file)
@@ -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 %}