mirror of
				https://github.com/optim-enterprises-bv/kubernetes.git
				synced 2025-10-31 18:28:13 +00:00 
			
		
		
		
	Merge pull request #86413 from ohsewon/e2e_typo_fix
Fix cpu manager e2e test typo
This commit is contained in:
		| @@ -23,7 +23,7 @@ import ( | ||||
| 	"strings" | ||||
| 	"time" | ||||
|  | ||||
| 	"k8s.io/api/core/v1" | ||||
| 	v1 "k8s.io/api/core/v1" | ||||
| 	"k8s.io/apimachinery/pkg/api/resource" | ||||
| 	metav1 "k8s.io/apimachinery/pkg/apis/meta/v1" | ||||
| 	runtimeapi "k8s.io/cri-api/pkg/apis/runtime/v1alpha2" | ||||
| @@ -422,7 +422,7 @@ func runCPUManagerTests(f *framework.Framework) { | ||||
| 		framework.ExpectNoError(err, "expected log not found in container [%s] of pod [%s]", | ||||
| 			pod.Spec.Containers[0].Name, pod.Name) | ||||
|  | ||||
| 		err = f.PodClient().MatchContainerOutput(pod.Name, pod.Spec.Containers[0].Name, expAllowedCPUsListRegex) | ||||
| 		err = f.PodClient().MatchContainerOutput(pod.Name, pod.Spec.Containers[1].Name, expAllowedCPUsListRegex) | ||||
| 		framework.ExpectNoError(err, "expected log not found in container [%s] of pod [%s]", | ||||
| 			pod.Spec.Containers[1].Name, pod.Name) | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Kubernetes Prow Robot
					Kubernetes Prow Robot