Skip to content

Commit ffa0b92

Browse files
committed
updating use cases
1 parent 4a8504c commit ffa0b92

File tree

2 files changed

+5
-0
lines changed

2 files changed

+5
-0
lines changed

integration-tests/USECASES.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,3 +144,7 @@ Configuration Overrides Usecases
144144
| Upgrade 2.1 operator to develop | Upgrade the 2.1 operator running a Weblogic domain to develop version of the Operator and verify apiVersion of the domain CRD shows latest version |
145145
| Upgrade 2.2.0 operator to develop | Upgrade the 2.2.0 operator running a Weblogic domain to develop version of the Operator and verify apiVersion of the domain CRD shows latest version |
146146
| Upgrade 2.2.1 operator to develop | Upgrade the 2.2.1 operator running a Weblogic domain to develop version of the Operator and verify apiVersion of the domain CRD shows latest version |
147+
148+
| Pod Templates | Use Case |
149+
| --- | --- |
150+
| Using pod templates/variables | Use DOMAIN_UID, DOMAIN_NAME, DOMAIN_HOME, SERVER_NAME, LOG_HOME variables at domain level and CLUSTER_NAME at cluster level. Bring up the domain and make sure domain started successfully when pod templates are used |

integration-tests/src/test/java/oracle/kubernetes/operator/ItPodTemplates.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,7 @@ public static void staticUnPrepare() throws Exception {
7878
*/
7979
@Test
8080
public void testPodTemplateUsingVariables() throws Exception {
81+
Assume.assumeFalse(QUICKTEST);
8182
String testMethodName = new Object() {
8283
}.getClass().getEnclosingMethod().getName();
8384
logTestBegin(testMethodName);

0 commit comments

Comments
 (0)