temporary switch of opnfv/functest-* to ollivier/functest-* for alpine 93/39993/1
authorMorgan Richomme <morgan.richomme@orange.com>
Wed, 23 Aug 2017 12:56:42 +0000 (14:56 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 23 Aug 2017 12:56:42 +0000 (14:56 +0200)
 - better requirement management on ollivier docker hub
 - add feature and vnf docker (components could be added but as they could be
 very long (~ > 3h), we focus on shorter tests for the moment (need testcase
promotion mechanism to keep the control on overall test duration)

Change-Id: Ia8130dba716a465cd9feaaac32eabb4534cbe031
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
jjb/functest/functest-alpine.sh

index 9084cca..da09886 100644 (file)
@@ -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}"