From: Morgan Richomme Date: Thu, 24 Aug 2017 07:49:54 +0000 (+0000) Subject: Merge "temporary switch of opnfv/functest-* to ollivier/functest-* for alpine" X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=d325eb4d1d2e3f58a651035fcf8d634f0384b2fe;hp=8224ffb3b3dfc357952424e1feef34d4bd4c32bc;p=releng.git Merge "temporary switch of opnfv/functest-* to ollivier/functest-* for alpine" --- diff --git a/jjb/functest/functest-alpine.sh b/jjb/functest/functest-alpine.sh index 9084ccaa7..da098862a 100644 --- a/jjb/functest/functest-alpine.sh +++ b/jjb/functest/functest-alpine.sh @@ -67,9 +67,9 @@ fi volumes="${images_vol} ${results_vol} ${sshkey_vol} ${rc_file_vol} ${cacert_file_vol}" -tiers=(healthcheck smoke) +tiers=(healthcheck smoke features vnf) for tier in ${tiers[@]}; do - FUNCTEST_IMAGE=opnfv/functest-${tier} + FUNCTEST_IMAGE=ollivier/functest-${tier} echo "Functest: Pulling Functest Docker image ${FUNCTEST_IMAGE} ..." docker pull ${FUNCTEST_IMAGE}>/dev/null cmd="docker run ${envs} ${volumes} ${FUNCTEST_IMAGE}"