X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?p=releng.git;a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest-alpine.sh;h=45f88ba3974edd4ee3b85bfb1fcde29fdc88387d;hp=cf1b56976a54c41984d61e859886c2c0c72cd0ee;hb=3dec90dac96dd70b7ab465fdf894a50f10f7c99c;hpb=1ca9bc96cb5f566e9db385058b2b4e3b399c27d3 diff --git a/jjb/functest/functest-alpine.sh b/jjb/functest/functest-alpine.sh index cf1b56976..45f88ba39 100755 --- a/jjb/functest/functest-alpine.sh +++ b/jjb/functest/functest-alpine.sh @@ -83,7 +83,6 @@ run_test() { [[ $CI_DEBUG == true ]] && redirect="/dev/stdout" || redirect="/dev/null" -redirect="/dev/stdout" FUNCTEST_DIR=/home/opnfv/functest DEPLOY_TYPE=baremetal [[ $BUILD_TAG =~ "virtual" ]] && DEPLOY_TYPE=virt @@ -106,9 +105,6 @@ rc_file_vol="-v ${rc_file}:${FUNCTEST_DIR}/conf/env_file" echo "Functest: Start Docker and prepare environment" echo "Functest: Download images that will be used by test cases" -env -pwd -ls -l images_dir="${HOME}/opnfv/functest/images" download_script=${WORKSPACE}/functest/ci/download_images.sh chmod +x ${download_script}