Commit 94b8c43b authored by tanshanshan's avatar tanshanshan

fix the wrong test path

parent f90bb177
...@@ -43,7 +43,6 @@ kube::test::find_dirs() { ...@@ -43,7 +43,6 @@ kube::test::find_dirs() {
-o -path './test/e2e/*' \ -o -path './test/e2e/*' \
-o -path './test/e2e_node/*' \ -o -path './test/e2e_node/*' \
-o -path './test/integration/*' \ -o -path './test/integration/*' \
-o -path './test/component/scheduler/perf/*' \
-o -path './third_party/*' \ -o -path './third_party/*' \
-o -path './staging/*' \ -o -path './staging/*' \
-o -path './vendor/*' \ -o -path './vendor/*' \
......
...@@ -32,7 +32,7 @@ Currently the test suite has the following: ...@@ -32,7 +32,7 @@ Currently the test suite has the following:
How To Run How To Run
------ ------
``` ```
cd kubernetes/test/component/scheduler/perf cd kubernetes/test/integration/scheduler_perf
./test-performance.sh ./test-performance.sh
``` ```
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment