diff options
author | Markos Chandras <mchandras@suse.de> | 2018-09-05 13:40:18 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2018-09-05 13:40:18 +0000 |
commit | b0eb8e17350baf0b6d71045c7ec5fbfead6560f6 (patch) | |
tree | f7287aa77edff233b1e6ccb7bfa8114f13e91b57 /xci | |
parent | a14bda17386299e9f0e9919f048a91daec8d259f (diff) | |
parent | 0c2b0f00331cfd50bce7491c6aaee728f223f44c (diff) |
Merge "Fix the default scenario name for K8S Yardstick testing"
Diffstat (limited to 'xci')
-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 %} |