@@ -193,8 +193,8 @@ public void testServerPodsRestartByChangingZImage() throws Exception {
193
193
194
194
/**
195
195
* Modify/Add the containerSecurityContext section at ServerPod Level using kubectl apply -f
196
- * domain.yaml.Verify all the pods re-started. The property tested is: serverPod :
197
- * containerSecurityContext: runAsUser: 1000 fsGroup: 2000
196
+ * cont.security.context. domain.yaml. Verify all the pods re-started. The property tested is:
197
+ * serverPod: containerSecurityContext: runAsUser: 1000 fsGroup: 2000
198
198
*
199
199
* @throws Exception
200
200
*/
@@ -226,8 +226,8 @@ public void testServerPodsRestartByChangingContSecurityContext() throws Exceptio
226
226
227
227
/**
228
228
* Modify/Add the podSecurityContext section at ServerPod level using kubectl apply -f
229
- * domain.yaml. Verify all pod(s) re-started. The property tested is: podSecurityContext :
230
- * runAsUser: 1000 fsGroup: 2000
229
+ * pod.security.context. domain.yaml. Verify all the pods re-started. The property tested is:
230
+ * podSecurityContext: runAsUser: 1000 fsGroup: 2000
231
231
*
232
232
* @throws Exception
233
233
*/
@@ -258,9 +258,9 @@ public void testServerPodsRestartByChangingPodSecurityContext() throws Exception
258
258
}
259
259
260
260
/**
261
- * Modify/Add imagePullSecrets section at Domain Level using kubectl apply -f domain.yaml. Verify
262
- * all pods re-started. The property tested is: imagePullSecrets:- name: imagePullSecr value:
263
- * myImagePullSecret
261
+ * Modify/Add imagePullSecrets section at Domain Level using kubectl apply -f secret. domain.yaml.
262
+ * Verify all pods re-started. The property tested is: imagePullSecrets:- name: imagePullSecr
263
+ * value: myImagePullSecret
264
264
*
265
265
* @throws Exception
266
266
*/
@@ -291,9 +291,9 @@ public void testServerPodsRestartByChangingImagePullSecrets() throws Exception {
291
291
}
292
292
293
293
/**
294
- * Modify/Add resources at ServerPod level using kubectl apply -f domain.yaml. Verify all pods
295
- * re-started. The property tested is: resources: limits: cpu: "1" requests: cpu: "0.5" args: -
296
- * -cpus - "2"
294
+ * Modify/Add resources at ServerPod level using kubectl apply -f resource. domain.yaml. Verify all
295
+ * pods re-started. The property tested is: resources: limits: cpu: "1" requests: cpu: "0.5" args:
296
+ * - - cpus - "2"
297
297
*
298
298
* @throws Exception
299
299
*/
@@ -323,8 +323,8 @@ public void testServerPodsRestartByChangingResource() throws Exception {
323
323
}
324
324
325
325
/**
326
- * Modify the annotations at ServerPod level using kubectl apply -f domain.yaml. Verify all pods
327
- * re-started. The property tested is: annotations: "TSTAMP" --> "DATETIME"
326
+ * Modify the annotations at ServerPod level using kubectl apply -f annotation. domain.yaml. Verify
327
+ * all pods re-started. The property tested is: annotations: "TSTAMP" --> "DATETIME"
328
328
*
329
329
* @throws Exception
330
330
*/
0 commit comments