FIX:use 'info' after sourcing the common.sh 21/9121/2
authorgrakiss <grakiss.wanglei@huawei.com>
Wed, 3 Feb 2016 03:33:57 +0000 (22:33 -0500)
committerMorgan Richomme <morgan.richomme@orange.com>
Wed, 3 Feb 2016 08:26:12 +0000 (08:26 +0000)
Change-Id: I0572375d79983791970ece0d31ed2e3d7df8cfc3
Signed-off-by: grakiss <grakiss.wanglei@huawei.com>
(cherry picked from commit 778325ba0b725ab524ffb1944140e3e555dcfd5d)

docker/run_tests.sh

index 5de5833..e210afa 100755 (executable)
@@ -226,11 +226,11 @@ if [[ -n "$DEPLOY_SCENARIO" && "$DEPLOY_SCENARIO" != "none" ]] &&\
 else
     arr_test=(vping tempest vims rally)
 fi
-info "Tests to be executed: ${arr_test[@]}"
 
 BASEDIR=`dirname $0`
 source ${BASEDIR}/common.sh
 
+info "Tests to be executed: ${arr_test[@]}"
 
 # Check that the given tests are correct
 if [ "${TEST}" != "" ]; then