diff options
author | Morgan Richomme <morgan.richomme@orange.com> | 2017-08-24 07:49:54 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@opnfv.org> | 2017-08-24 07:49:54 +0000 |
commit | d325eb4d1d2e3f58a651035fcf8d634f0384b2fe (patch) | |
tree | 3aafb1ec544d7e80d56d293b29d16a9d989b1f1d | |
parent | 8224ffb3b3dfc357952424e1feef34d4bd4c32bc (diff) | |
parent | 0082e57adeeccbd3838b200cf02d9b8b36793800 (diff) |
Merge "temporary switch of opnfv/functest-* to ollivier/functest-* for alpine"
-rw-r--r-- | 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 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}" |