Remove download images logs (too verbose) 31/40131/2
authorMorgan Richomme <morgan.richomme@orange.com>
Thu, 24 Aug 2017 16:10:19 +0000 (18:10 +0200)
committerMorgan Richomme <morgan.richomme@orange.com>
Fri, 25 Aug 2017 07:57:07 +0000 (09:57 +0200)
logs were used to troubleshoot Functest CI pipeline issue
solved with [1]

[1]: https://gerrit.opnfv.org/gerrit/#/c/40109/

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

index 7d9e737..e54c3bf 100755 (executable)
@@ -33,7 +33,7 @@ if [ "$BRANCH" != 'stable/danube' ]; then
   echo "Functest: Download images that will be used by test cases"
   images_dir="${HOME}/opnfv/functest/images"
   chmod +x ${WORKSPACE}/functest/ci/download_images.sh
-  ${WORKSPACE}/functest/ci/download_images.sh ${images_dir}
+  ${WORKSPACE}/functest/ci/download_images.sh ${images_dir} > ${redirect} 2>&1
   images_vol="-v ${images_dir}:/home/opnfv/functest/images"
   echo "Functest: Images successfully downloaded"
 fi