From: Cédric Ollivier Date: Tue, 5 Sep 2017 22:25:57 +0000 (+0200) Subject: Stop installing librairies during tests X-Git-Tag: opnfv-5.1.0~18 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F15%2F41115%2F5;p=parser.git Stop installing librairies during tests Functest is in charge of installing libraries and it's forbidden by tests. No syslog service is provided in the container too. Change-Id: I4de16e091a4eea1b4fad1cb11fcff9abb62f82cd Signed-off-by: Cédric Ollivier --- diff --git a/tests/functest_run.sh b/tests/functest_run.sh index 2ee02bb..5f2e0f9 100755 --- a/tests/functest_run.sh +++ b/tests/functest_run.sh @@ -20,15 +20,6 @@ PRASER_WORK_DIR=$(cd $(dirname $0) && pwd) } LOCAL_IMAGE_FILE=${1:-""} -# Install parser -echo "Prepare parser ..." -echo "===================" -echo "" -${PRASER_WORK_DIR}/parser_install.sh ${PRASER_WORK_DIR}/../.. -echo "" -echo "Prepare result: $?" -echo "===================" - if [ -e "${LOCAL_IMAGE_FILE}" ]; then echo "Input local image file: ${LOCAL_IMAGE_FILE}" PARSER_IMAGE_URL_FILE=${LOCAL_IMAGE_FILE} @@ -315,7 +306,7 @@ echo "" trap reset_parser_test EXIT # start syslog for loghander -service rsyslog restart +which service > /dev/null && service rsyslog restart || true echo "|========= 1/4. Preparing VM image for parser... =========|" download_parser_image