X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=jjb%2Ffunctest%2Ffunctest-alpine.sh;h=8c29249e1b523cdd107f5a9195d649ece603e55b;hb=4818cd9300b643d2af764639593632f2074e62d3;hp=cf1b56976a54c41984d61e859886c2c0c72cd0ee;hpb=1ca9bc96cb5f566e9db385058b2b4e3b399c27d3;p=releng.git diff --git a/jjb/functest/functest-alpine.sh b/jjb/functest/functest-alpine.sh index cf1b56976..8c29249e1 100755 --- a/jjb/functest/functest-alpine.sh +++ b/jjb/functest/functest-alpine.sh @@ -82,7 +82,6 @@ run_test() { } -[[ $CI_DEBUG == true ]] && redirect="/dev/stdout" || redirect="/dev/null" redirect="/dev/stdout" FUNCTEST_DIR=/home/opnfv/functest DEPLOY_TYPE=baremetal @@ -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}