summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTim Rozet <trozet@redhat.com>2018-09-10 15:04:13 +0000
committerGerrit Code Review <gerrit@opnfv.org>2018-09-10 15:04:13 +0000
commitfb90e313dd4721a0c586b50e5a972385736298b1 (patch)
treebe370ed8cd40dc18947360d2d0c49b2b990abd90
parent3c5b9ef236e879684796667d5b4c3de9bdef3f14 (diff)
parent180c2215747e23a007bc2368a058c8ae2e3f6b02 (diff)
Merge "Fix tempest_full name when running Functest fraser"
-rwxr-xr-xjjb/functest/functest-alpine.sh4
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