From 150fd7788251a16bd56d4e88407dc136d5babded Mon Sep 17 00:00:00 2001 From: "jose.lausuch" Date: Tue, 2 Feb 2016 11:25:19 +0100 Subject: Small improvements with output messages Change-Id: I4c274df30bc3123bef23d5423a1762a07dd93e68 Signed-off-by: jose.lausuch (cherry picked from commit ac0d556e54a09b5a3470b20384ac58f7ed383202) --- docker/run_tests.sh | 12 +++--------- 1 file changed, 3 insertions(+), 9 deletions(-) (limited to 'docker') diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 5dd1f872c..0d49c3d9f 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -76,9 +76,9 @@ function odl_tests(){ } function run_test(){ test_name=$1 - echo "" + echo -e "\n\n\n\n" echo "----------------------------------------------" - echo " Running test cases: $i" + echo " Running test case: $i" echo "----------------------------------------------" echo "" case $test_name in @@ -226,7 +226,7 @@ if [[ -n "$DEPLOY_SCENARIO" && "$DEPLOY_SCENARIO" != "none" ]] &&\ else arr_test=(vping tempest vims rally) fi -echo "arr_test: "${arr_test[@]} +info "Tests to be executed: "${arr_test[@]} BASEDIR=`dirname $0` source ${BASEDIR}/common.sh @@ -243,12 +243,6 @@ if [ "${TEST}" != "" ]; then info "Tests to execute: ${TEST}." fi -if [ $offline == false ]; then - info "MODE: online" -else - info "MODE: offline" -fi - # Check that the functest environment has been installed if [ ! -f ${FUNCTEST_CONF_DIR}/env_active ]; then error "The Functest environment is not installed. \ -- cgit 1.2.3-korg