X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=run_tests.sh;h=972f6a27f24511590e604a92419d4a8366b4a462;hb=76d0e5f0cfcf016d0c1d78f50c059b01474af14c;hp=e093a20d315c838c80da70b50d6dad34347ca0c4;hpb=6f6ed9af46d616b073481799c157ed3bc88a8810;p=yardstick.git diff --git a/run_tests.sh b/run_tests.sh index e093a20d3..972f6a27f 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -9,7 +9,7 @@ # http://www.apache.org/licenses/LICENSE-2.0 ############################################################################## -# Run yardstick's test suite(s) +# Run yardstick's flake8, unit, coverage, functional test getopts ":f" FILE_OPTION @@ -54,7 +54,7 @@ run_tests() { } run_coverage() { - source ci/cover.sh + source tests/ci/cover.sh run_coverage_test }