diff options
Diffstat (limited to 'docker/run_tests.sh')
-rwxr-xr-x | docker/run_tests.sh | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/docker/run_tests.sh b/docker/run_tests.sh index 4fd505bbd..f4e178882 100755 --- a/docker/run_tests.sh +++ b/docker/run_tests.sh @@ -40,15 +40,19 @@ else fi function clean_openstack(){ + echo -e "\n\nCleaning Openstack environment..." python ${FUNCTEST_REPO_DIR}/testcases/VIM/OpenStack/CI/libraries/clean_openstack.py \ --debug + echo -e "\n\n" } function run_test(){ test_name=$1 + echo "" echo "----------------------------------------------" - echo "------------- Running $i test case " + echo " Running test case: $i" echo "----------------------------------------------" + echo "" case $test_name in "vping") info "Running vPing test..." |