X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;h=2519d94f648cac6ca17a75d9f33e1b9bf9926e44;hb=571ee6afca03120c393def421eb35a466f9a940b;hp=972f6a27f24511590e604a92419d4a8366b4a462;hpb=41dde94d0a4e575317c297e124ba0624e64c8552;p=yardstick.git diff --git a/run_tests.sh b/run_tests.sh index 972f6a27f..2519d94f6 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -33,7 +33,10 @@ run_flake8() { fi } + run_tests() { + echo "Get external libs needed for unit test" + echo "Running unittest ... " if [ $FILE_OPTION == "f" ]; then python -m unittest discover -v -s tests/unit > $logfile 2>&1