summaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/run_tests.sh6
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..."