bug fix: when running manually a test, get stuck in echo 45/7745/1
authorMorgan Richomme <morgan.richomme@orange.com>
Fri, 22 Jan 2016 16:14:27 +0000 (17:14 +0100)
committerJose Lausuch <jose.lausuch@ericsson.com>
Fri, 22 Jan 2016 16:29:16 +0000 (16:29 +0000)
Change-Id: I0fd6c514b913a709289cabe44fed01a7ce5e953e
Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
(cherry picked from commit 996177900a5114ac48ce9f149773c0ada1efe8c2)

docker/run_tests.sh

index c0bf06a..d4aadd4 100755 (executable)
@@ -192,7 +192,6 @@ done
 tests_file="/home/opnfv/functest/conf/testcase-list.txt"
 if [[ -n "$DEPLOY_SCENARIO" && "$DEPLOY_SCENARIO" != "none" ]] &&\
    [[ -f $tests_file ]]; then
-    echo "testcase-list.txt content:";cat $test_file; echo ""
     arr_test=($(cat $tests_file))
 else
     arr_test=(vping tempest vims rally)