mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-25 04:33:26 +00:00
fix the wrong test path
This commit is contained in:
parent
f90bb1772b
commit
94b8c43b84
@ -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:
|
|||||||
How To Run
|
How To Run
|
||||||
------
|
------
|
||||||
```
|
```
|
||||||
cd kubernetes/test/component/scheduler/perf
|
cd kubernetes/test/integration/scheduler_perf
|
||||||
./test-performance.sh
|
./test-performance.sh
|
||||||
```
|
```
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user