mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-11-04 04:08:16 +00:00 
			
		
		
		
	fix the wrong test path
This commit is contained in:
		@@ -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/*' \
 | 
			
		||||
 
 | 
			
		||||
@@ -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
 | 
			
		||||
```
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user