@@ -98,7 +98,7 @@ var _ = Describe("[ref_id: 45487][performance]additional kubelet arguments", fun
9898 }
9999 })
100100 })
101- It ("[test_id:45490]Test memory reservation cahnges " , func () {
101+ It ("[test_id:45490]Test memory reservation changes " , func () {
102102 memoryAnnotation := map [string ]string {
103103 "kubeletconfig.experimental" : "{\" systemReserved\" :{\" memory\" :\" 300Mi\" },\" kubeReserved\" :{\" memory\" :\" 768Mi\" }}" ,
104104 }
@@ -149,9 +149,7 @@ var _ = Describe("[ref_id: 45487][performance]additional kubelet arguments", fun
149149 []byte (fmt .Sprintf (`[{ "op": "remove", "path": "/metadata/annotations/kubeletconfig.experimental"}]` )),
150150 ),
151151 )).ToNot (HaveOccurred ())
152- mcps .WaitForCondition (performanceMCP , machineconfigv1 .MachineConfigPoolUpdating , corev1 .ConditionTrue )
153152 mcps .WaitForCondition (performanceMCP , machineconfigv1 .MachineConfigPoolUpdated , corev1 .ConditionTrue )
154-
155153 kubeletArguments := []string {"/bin/bash" , "-c" , "ps -ef | grep kubelet | grep config" }
156154 for _ , node := range workerRTNodes {
157155 kubeletConfig , err := nodes .GetKubeletConfig (& node )
@@ -164,7 +162,7 @@ var _ = Describe("[ref_id: 45487][performance]additional kubelet arguments", fun
164162 stdout , err := nodes .ExecCommandOnNode (kubeletArguments , & node )
165163 Expect (err ).ToNot (HaveOccurred ())
166164 Expect (strings .Contains (stdout , "300Mi" )).To (BeTrue ())
167- }
165+ }
168166
169167 })
170168
0 commit comments