Fix tempest_full name when running Functest fraser 03/62003/2
authorCédric Ollivier <cedric.ollivier@orange.com>
Sat, 8 Sep 2018 06:07:18 +0000 (08:07 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Sat, 8 Sep 2018 06:09:27 +0000 (08:09 +0200)
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>
jjb/functest/functest-alpine.sh

index 5002eb5..357068e 100755 (executable)
@@ -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