This patch is used to add grafana config to opnfv dashboard for
[yardstick.git] / run_tests.sh
index e093a20..972f6a2 100755 (executable)
@@ -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
 }