X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=run_tests.sh;h=2519d94f648cac6ca17a75d9f33e1b9bf9926e44;hb=cf967b8bf46b5b1ea77b5ca9a8ccee00fbb1e1d6;hp=972f6a27f24511590e604a92419d4a8366b4a462;hpb=8b4dba01fef62959dee8493808c37074ba0fef8c;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