diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-08 08:07:18 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2018-09-08 08:09:27 +0200 |
commit | 180c2215747e23a007bc2368a058c8ae2e3f6b02 (patch) | |
tree | 03620c5f4b79da1d07b7f71285e4a7c9e018b083 | |
parent | 02b2a1bca2b0febdf843750c8a76dc203ae604aa (diff) |
Fix tempest_full name when running Functest fraser
https://build.opnfv.org/ci/view/functest/job/functest-compass-baremetal-daily-fraser/373/console
Change-Id: I8c76620c67c28ea3f14ff79aef98ad2815a3aaa9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rwxr-xr-x | jjb/functest/functest-alpine.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/jjb/functest/functest-alpine.sh b/jjb/functest/functest-alpine.sh index 5002eb515..357068e0c 100755 --- a/jjb/functest/functest-alpine.sh +++ b/jjb/functest/functest-alpine.sh @@ -172,14 +172,14 @@ else if [ ${DEPLOY_TYPE} == 'baremetal' ] && [ "${HOST_ARCH}" != "aarch64" ]; then if [[ ${BRANCH} == "stable/fraser" ]]; then tiers=(healthcheck smoke features vnf parser) - tests=(tempest_full) + tests=(tempest_full_parallel) else tiers=(healthcheck smoke benchmarking features vnf) fi else if [[ ${BRANCH} == "stable/fraser" ]]; then tiers=(healthcheck smoke features parser) - tests=(tempest_full) + tests=(tempest_full_parallel) else tiers=(healthcheck smoke benchmarking features) fi |