@@ -90,9 +90,7 @@ public static void staticUnPrepare() throws Exception {
90
90
logger .info ("+++++++++++++++++++++++++++++++++---------------------------------+" );
91
91
logger .info ("BEGIN" );
92
92
logger .info ("Run once, release cluster lease" );
93
-
94
93
tearDown ();
95
-
96
94
logger .info ("SUCCESS" );
97
95
}
98
96
@@ -125,9 +123,7 @@ public void testDomainOnPVUsingWLST() throws Exception {
125
123
domain .verifyDomainCreated ();
126
124
testBasicUseCases (domain );
127
125
testAdvancedUseCasesForADomain (operator1 , domain );
128
-
129
126
if (!SMOKETEST ) domain .testWlsLivenessProbe ();
130
-
131
127
testCompletedSuccessfully = true ;
132
128
} finally {
133
129
if (domain != null && !SMOKETEST && (JENKINS || testCompletedSuccessfully ))
@@ -147,7 +143,7 @@ public void testDomainOnPVUsingWLST() throws Exception {
147
143
*
148
144
* @throws Exception
149
145
*/
150
- // @Test
146
+ @ Test
151
147
public void testDomainOnPVUsingWDT () throws Exception {
152
148
Assume .assumeFalse (QUICKTEST );
153
149
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -191,7 +187,7 @@ public void testDomainOnPVUsingWDT() throws Exception {
191
187
*
192
188
* @throws Exception
193
189
*/
194
- // @Test
190
+ @ Test
195
191
public void testTwoDomainsManagedByTwoOperators () throws Exception {
196
192
Assume .assumeFalse (QUICKTEST );
197
193
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -272,7 +268,7 @@ public void testTwoDomainsManagedByTwoOperators() throws Exception {
272
268
*
273
269
* @throws Exception
274
270
*/
275
- // @Test
271
+ @ Test
276
272
public void testCreateDomainWithStartPolicyAdminOnly () throws Exception {
277
273
Assume .assumeFalse (QUICKTEST );
278
274
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -305,7 +301,7 @@ public void testCreateDomainWithStartPolicyAdminOnly() throws Exception {
305
301
*
306
302
* @throws Exception
307
303
*/
308
- // @Test
304
+ @ Test
309
305
public void testCreateDomainPVReclaimPolicyRecycle () throws Exception {
310
306
Assume .assumeFalse (QUICKTEST );
311
307
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -338,7 +334,7 @@ public void testCreateDomainPVReclaimPolicyRecycle() throws Exception {
338
334
*
339
335
* @throws Exception
340
336
*/
341
- // @Test
337
+ @ Test
342
338
public void testCreateDomainWithDefaultValuesInSampleInputs () throws Exception {
343
339
Assume .assumeFalse (QUICKTEST );
344
340
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -429,7 +425,7 @@ public void testAutoAndCustomSitConfigOverrides() throws Exception {
429
425
*
430
426
* @throws Exception
431
427
*/
432
- // @Test
428
+ @ Test
433
429
public void testOperatorRESTIdentityBackwardCompatibility () throws Exception {
434
430
Assume .assumeFalse (QUICKTEST );
435
431
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -451,7 +447,7 @@ public void testOperatorRESTIdentityBackwardCompatibility() throws Exception {
451
447
*
452
448
* @throws Exception
453
449
*/
454
- // @Test
450
+ @ Test
455
451
public void testOperatorRESTUsingCertificateChain () throws Exception {
456
452
Assume .assumeFalse (QUICKTEST );
457
453
@@ -471,7 +467,7 @@ public void testOperatorRESTUsingCertificateChain() throws Exception {
471
467
*
472
468
* @throws Exception
473
469
*/
474
- // @Test
470
+ @ Test
475
471
public void testDomainInImageUsingWLST () throws Exception {
476
472
Assume .assumeFalse (QUICKTEST );
477
473
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -503,7 +499,7 @@ public void testDomainInImageUsingWLST() throws Exception {
503
499
*
504
500
* @throws Exception
505
501
*/
506
- // @Test
502
+ @ Test
507
503
public void testDomainInImageUsingWDT () throws Exception {
508
504
Assume .assumeFalse (QUICKTEST );
509
505
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
0 commit comments