14
14
import org .junit .jupiter .api .BeforeAll ;
15
15
import org .junit .jupiter .api .MethodOrderer ;
16
16
import org .junit .jupiter .api .Order ;
17
+ import org .junit .jupiter .api .Tag ;
17
18
import org .junit .jupiter .api .Test ;
18
19
import org .junit .jupiter .api .TestMethodOrder ;
19
20
@@ -85,6 +86,7 @@ static void staticUnprepare() throws Exception {
85
86
*/
86
87
@ Test
87
88
@ Order (1 )
89
+ @ Tag ("gate" )
88
90
void cacheListItems () throws Exception {
89
91
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
90
92
logTestBegin (testMethodName );
@@ -105,6 +107,7 @@ void cacheListItems() throws Exception {
105
107
*/
106
108
@ Test
107
109
@ Order (2 )
110
+ @ Tag ("gate" )
108
111
void cacheAddInstallerJDK () throws Exception {
109
112
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
110
113
logTestBegin (testMethodName );
@@ -127,6 +130,7 @@ void cacheAddInstallerJDK() throws Exception {
127
130
*/
128
131
@ Test
129
132
@ Order (3 )
133
+ @ Tag ("gate" )
130
134
void cacheAddInstallerWls () throws Exception {
131
135
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
132
136
logTestBegin (testMethodName );
@@ -149,6 +153,7 @@ void cacheAddInstallerWls() throws Exception {
149
153
*/
150
154
@ Test
151
155
@ Order (4 )
156
+ @ Tag ("nightly" )
152
157
void createWlsImg () throws Exception {
153
158
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
154
159
logTestBegin (testMethodName );
@@ -172,6 +177,7 @@ void createWlsImg() throws Exception {
172
177
*/
173
178
@ Test
174
179
@ Order (5 )
180
+ @ Tag ("gate" )
175
181
void cacheAddPatch () throws Exception {
176
182
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
177
183
logTestBegin (testMethodName );
@@ -195,6 +201,7 @@ void cacheAddPatch() throws Exception {
195
201
*/
196
202
@ Test
197
203
@ Order (6 )
204
+ @ Tag ("gate" )
198
205
void cacheAddTestEntry () throws Exception {
199
206
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
200
207
logTestBegin (testMethodName );
@@ -217,6 +224,7 @@ void cacheAddTestEntry() throws Exception {
217
224
*/
218
225
@ Test
219
226
@ Order (7 )
227
+ @ Tag ("gate" )
220
228
void cacheDeleteTestEntry () throws Exception {
221
229
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
222
230
logTestBegin (testMethodName );
@@ -240,6 +248,7 @@ void cacheDeleteTestEntry() throws Exception {
240
248
*/
241
249
@ Test
242
250
@ Order (8 )
251
+ @ Tag ("gate" )
243
252
void createWLSImgUseCache () throws Exception {
244
253
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
245
254
logTestBegin (testMethodName );
@@ -271,6 +280,7 @@ void createWLSImgUseCache() throws Exception {
271
280
*/
272
281
@ Test
273
282
@ Order (9 )
283
+ @ Tag ("gate" )
274
284
void updateWLSImg () throws Exception {
275
285
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
276
286
logTestBegin (testMethodName );
@@ -296,6 +306,7 @@ void updateWLSImg() throws Exception {
296
306
*/
297
307
@ Test
298
308
@ Order (10 )
309
+ @ Tag ("gate" )
299
310
void createWlsImgUsingWdt () throws Exception {
300
311
301
312
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
@@ -360,6 +371,7 @@ void createWlsImgUsingWdt() throws Exception {
360
371
*/
361
372
@ Test
362
373
@ Order (11 )
374
+ @ Tag ("nightly" )
363
375
void createFmwImgFullInternetAccess () throws Exception {
364
376
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
365
377
logTestBegin (testMethodName );
@@ -395,6 +407,7 @@ void createFmwImgFullInternetAccess() throws Exception {
395
407
*/
396
408
@ Test
397
409
@ Order (12 )
410
+ @ Tag ("nightly" )
398
411
void createFmwImgNonDefault () throws Exception {
399
412
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
400
413
logTestBegin (testMethodName );
@@ -434,6 +447,7 @@ void createFmwImgNonDefault() throws Exception {
434
447
*/
435
448
@ Test
436
449
@ Order (13 )
450
+ @ Tag ("nightly" )
437
451
void testDCreateJRFDomainImgUsingWDT () throws Exception {
438
452
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
439
453
logTestBegin (testMethodName );
@@ -499,6 +513,7 @@ void testDCreateJRFDomainImgUsingWDT() throws Exception {
499
513
*/
500
514
@ Test
501
515
@ Order (14 )
516
+ @ Tag ("nightly" )
502
517
void createRestricedJrfDomainImgUsingWdt () throws Exception {
503
518
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
504
519
logTestBegin (testMethodName );
@@ -551,6 +566,7 @@ void createRestricedJrfDomainImgUsingWdt() throws Exception {
551
566
*/
552
567
@ Test
553
568
@ Order (15 )
569
+ @ Tag ("nightly" )
554
570
void createWlsImgUsingMultiModels () throws Exception {
555
571
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
556
572
logTestBegin (testMethodName );
@@ -609,6 +625,7 @@ void createWlsImgUsingMultiModels() throws Exception {
609
625
*/
610
626
@ Test
611
627
@ Order (16 )
628
+ @ Tag ("nightly" )
612
629
void createWLSImgWithAdditionalBuildCommands () throws Exception {
613
630
String testMethodName = new Object () {}.getClass ().getEnclosingMethod ().getName ();
614
631
logTestBegin (testMethodName );
0 commit comments