@@ -72,7 +72,7 @@ public static void staticUnPrepare() throws Exception {
72
72
73
73
/**
74
74
* Modify the domain scope env property on the domain resource using kubectl apply -f domain.yaml
75
- * Verify that all the server pods in the domain got re-started The property tested is: env:
75
+ * Verify that all the server pods in the domain got re-started. The property tested is: env:
76
76
* "-Dweblogic.StdoutDebugEnabled=false"--> "-Dweblogic.StdoutDebugEnabled=true"
77
77
*
78
78
* @throws Exception
@@ -95,7 +95,7 @@ public void testServerPodsRestartByChangingEnvProperty() throws Exception {
95
95
96
96
/**
97
97
* Modify the domain scope property on the domain resource using kubectl apply -f domain.yaml
98
- * Verify that all the server pods in the domain got re-started The property tested is:
98
+ * Verify that all the server pods in the domain got re-started. The property tested is:
99
99
* logHomeEnabled: true --> logHomeEnabled: false
100
100
*
101
101
* @throws Exception
@@ -117,7 +117,7 @@ public void testServerPodsRestartByChangingLogHomeEnabled() throws Exception {
117
117
118
118
/**
119
119
* Modify the domain scope property on the domain resource using kubectl apply -f domain.yaml
120
- * Verify that all the server pods in the domain got re-started The property tested is:
120
+ * Verify that all the server pods in the domain got re-started. The property tested is:
121
121
* imagePullPolicy: IfNotPresent --> imagePullPolicy: Never
122
122
*
123
123
* @throws Exception
@@ -140,7 +140,7 @@ public void testServerPodsRestartByChangingImagePullPolicy() throws Exception {
140
140
141
141
/**
142
142
* Modify the domain scope property on the domain resource using kubectl apply -f domain.yaml
143
- * Verify that all the server pods in the domain got re-started The property tested is:
143
+ * Verify that all the server pods in the domain got re-started. The property tested is:
144
144
* includeServerOutInPodLog: true --> includeServerOutInPodLog: false
145
145
*
146
146
* @throws Exception
@@ -163,7 +163,7 @@ public void testServerPodsRestartByChangingIncludeServerOutInPodLog() throws Exc
163
163
164
164
/**
165
165
* Modify the domain scope property on the domain resource using kubectl apply -f domain.yaml
166
- * Verify that all the server pods in the domain got re-started The property tested is: image:
166
+ * Verify that all the server pods in the domain got re-started . The property tested is: image:
167
167
* "store/oracle/weblogic:12.2.1.3" --> image: "store/oracle/weblogic:duplicate"
168
168
*
169
169
* @throws Exception
0 commit comments