fix the wrong test path

This commit is contained in:
tanshanshan 2017-02-09 15:16:11 +08:00
parent f90bb1772b
commit 94b8c43b84
2 changed files with 1 additions and 2 deletions

View File

@ -43,7 +43,6 @@ kube::test::find_dirs() {
-o -path './test/e2e/*' \
-o -path './test/e2e_node/*' \
-o -path './test/integration/*' \
-o -path './test/component/scheduler/perf/*' \
-o -path './third_party/*' \
-o -path './staging/*' \
-o -path './vendor/*' \

View File

@ -32,7 +32,7 @@ Currently the test suite has the following:
How To Run
------
```
cd kubernetes/test/component/scheduler/perf
cd kubernetes/test/integration/scheduler_perf
./test-performance.sh
```