Merge "Fix tempest_full name when running Functest fraser"
authorTim Rozet <trozet@redhat.com>
Mon, 10 Sep 2018 15:04:13 +0000 (15:04 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Mon, 10 Sep 2018 15:04:13 +0000 (15:04 +0000)
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