aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorMorgan Richomme <morgan.richomme@orange.com>2016-01-22 17:14:27 +0100
committerMorgan Richomme <morgan.richomme@orange.com>2016-01-22 17:14:27 +0100
commit996177900a5114ac48ce9f149773c0ada1efe8c2 (patch)
tree2fa38f83a73f160bb15eab14ea905bad74a87c19 /docker
parent59063638116508f7ce4f7612def938bb9eb0e938 (diff)
bug fix: when running manually a test, get stuck in echo
Change-Id: I0fd6c514b913a709289cabe44fed01a7ce5e953e Signed-off-by: Morgan Richomme <morgan.richomme@orange.com>
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh1
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh
index c0bf06a2a..d4aadd464 100755
--- a/docker/run_tests.sh
+++ b/docker/run_tests.sh
@@ -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)