@@ -125,7 +125,7 @@ public static void staticUnPrepare() throws Exception {
125
125
}
126
126
127
127
@ Test
128
- public void test1OperatorUpgradeFrom2_0 () throws Exception {
128
+ public void testOperatorUpgradeFrom2_0 () throws Exception {
129
129
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
130
130
logTestBegin (testMethod );
131
131
OP_NS = "weblogic-operator20" ;
@@ -139,7 +139,7 @@ public void test1OperatorUpgradeFrom2_0() throws Exception {
139
139
}
140
140
141
141
@ Test
142
- public void test5OperatorUpgradeFrom2_0_1 () throws Exception {
142
+ public void testOperatorUpgradeFrom2_0_1 () throws Exception {
143
143
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
144
144
logTestBegin (testMethod );
145
145
OP_NS = "weblogic-operator201" ;
@@ -153,7 +153,7 @@ public void test5OperatorUpgradeFrom2_0_1() throws Exception {
153
153
}
154
154
155
155
@ Test
156
- public void test3OperatorUpgradeFrom2_1 () throws Exception {
156
+ public void testOperatorUpgradeFrom2_1 () throws Exception {
157
157
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
158
158
logTestBegin (testMethod );
159
159
OP_NS = "weblogic-operator21" ;
@@ -167,7 +167,7 @@ public void test3OperatorUpgradeFrom2_1() throws Exception {
167
167
}
168
168
169
169
@ Test
170
- public void test4OperatorUpgradeFrom2_2_0 () throws Exception {
170
+ public void testOperatorUpgradeFrom2_2_0 () throws Exception {
171
171
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
172
172
logTestBegin (testMethod );
173
173
OP_NS = "weblogic-operator220" ;
@@ -181,7 +181,7 @@ public void test4OperatorUpgradeFrom2_2_0() throws Exception {
181
181
}
182
182
183
183
@ Test
184
- public void test2OperatorUpgradeFrom2_2_1 () throws Exception {
184
+ public void testOperatorUpgradeFrom2_2_1 () throws Exception {
185
185
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
186
186
logTestBegin (testMethod );
187
187
OP_NS = "weblogic-operator221" ;
@@ -196,12 +196,12 @@ public void test2OperatorUpgradeFrom2_2_1() throws Exception {
196
196
197
197
private void upgradeOperator (boolean restart ) throws Exception {
198
198
operator20 .callHelmUpgrade ("image=" + OP_TARGET_RELEASE );
199
- // if (restart) {
200
- // checkDomainRollingRestarted();
201
- // }
199
+ if (restart ) {
200
+ checkDomainRollingRestarted ();
201
+ }
202
202
checkOperatorVersion (DOM_TARGET_RELEASE_VERSION );
203
- // testBasicUseCases(domain);
204
- // testClusterScaling(operator20, domain);
203
+ testBasicUseCases (domain );
204
+ testClusterScaling (operator20 , domain );
205
205
}
206
206
207
207
private void checkOperatorVersion (String version ) throws Exception {
0 commit comments