@@ -137,7 +137,7 @@ public static void staticUnPrepare() throws Exception {
137
137
*
138
138
* @throws Exception
139
139
*/
140
- // @Test
140
+ @ Test
141
141
public void testDomainOnPVUsingWLST () throws Exception {
142
142
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
143
143
logTestBegin (testMethodName );
@@ -151,10 +151,10 @@ public void testDomainOnPVUsingWLST() throws Exception {
151
151
try {
152
152
domain = TestUtils .createDomain (domainonpvwlstFile );
153
153
domain .verifyDomainCreated ();
154
- // testBasicUseCases(domain);
155
- // testAdvancedUseCasesForADomain(operator1, domain);
154
+ testBasicUseCases (domain );
155
+ testAdvancedUseCasesForADomain (operator1 , domain );
156
156
157
- // if (!SMOKETEST) domain.testWlsLivenessProbe();
157
+ if (!SMOKETEST ) domain .testWlsLivenessProbe ();
158
158
159
159
testCompletedSuccessfully = true ;
160
160
} finally {
@@ -175,7 +175,7 @@ public void testDomainOnPVUsingWLST() throws Exception {
175
175
*
176
176
* @throws Exception
177
177
*/
178
- // @Test
178
+ @ Test
179
179
public void testDomainOnPVUsingWDT () throws Exception {
180
180
Assume .assumeFalse (QUICKTEST );
181
181
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -219,7 +219,7 @@ public void testDomainOnPVUsingWDT() throws Exception {
219
219
*
220
220
* @throws Exception
221
221
*/
222
- // @Test
222
+ @ Test
223
223
public void testTwoDomainsManagedByTwoOperators () throws Exception {
224
224
Assume .assumeFalse (QUICKTEST );
225
225
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -310,7 +310,7 @@ public void testTwoDomainsManagedByTwoOperators() throws Exception {
310
310
*
311
311
* @throws Exception
312
312
*/
313
- // @Test
313
+ @ Test
314
314
public void testCreateDomainWithStartPolicyAdminOnly () throws Exception {
315
315
Assume .assumeFalse (QUICKTEST );
316
316
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -344,7 +344,7 @@ public void testCreateDomainWithStartPolicyAdminOnly() throws Exception {
344
344
*
345
345
* @throws Exception
346
346
*/
347
- // @Test
347
+ @ Test
348
348
public void testCreateDomainPVReclaimPolicyRecycle () throws Exception {
349
349
Assume .assumeFalse (QUICKTEST );
350
350
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -377,7 +377,7 @@ public void testCreateDomainPVReclaimPolicyRecycle() throws Exception {
377
377
*
378
378
* @throws Exception
379
379
*/
380
- // @Test
380
+ @ Test
381
381
public void testCreateDomainWithDefaultValuesInSampleInputs () throws Exception {
382
382
Assume .assumeFalse (QUICKTEST );
383
383
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -416,7 +416,7 @@ public void testCreateDomainWithDefaultValuesInSampleInputs() throws Exception {
416
416
*
417
417
* @throws Exception
418
418
*/
419
- // @Test
419
+ @ Test
420
420
public void testAutoAndCustomSitConfigOverrides () throws Exception {
421
421
Assume .assumeFalse (QUICKTEST );
422
422
String testMethod = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -476,7 +476,7 @@ public void testAutoAndCustomSitConfigOverrides() throws Exception {
476
476
*
477
477
* @throws Exception
478
478
*/
479
- // @Test
479
+ @ Test
480
480
public void testOperatorRESTIdentityBackwardCompatibility () throws Exception {
481
481
Assume .assumeFalse (QUICKTEST );
482
482
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -498,7 +498,7 @@ public void testOperatorRESTIdentityBackwardCompatibility() throws Exception {
498
498
*
499
499
* @throws Exception
500
500
*/
501
- // @Test
501
+ @ Test
502
502
public void testOperatorRESTUsingCertificateChain () throws Exception {
503
503
Assume .assumeFalse (QUICKTEST );
504
504
0 commit comments