Skip to content

Commit 6db1cbc

Browse files
authored
Merge pull request #1194 from oracle/owls-76364-uncomm
PR: OWLS-76364 restore Image test
2 parents e63f614 + 24c118b commit 6db1cbc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

integration-tests/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ K8sTestUtils - uses k8s java client api, this is used only for delete domain use
180180

181181
* Maven and latest Git should be in PATH
182182
* export JAVA_HOME
183-
* export WEBLOGIC_IMAGE_NAME and WEBLOGIC_IMAGE_TAG if different from container-registry.oracle.com/middleware/weblogic and 12.2.1.3
183+
* export IMAGE_NAME_WEBLOGIC and IMAGE_TAG_WEBLOGIC if different from container-registry.oracle.com/middleware/weblogic and 12.2.1.3
184184
* Setup docker access to WebLogic 12c Images
185185

186186
* Method 1

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public void testServerPodsRestartByChangingIncludeServerOutInPodLog() throws Exc
211211
*
212212
* @throws Exception exception
213213
*/
214-
//@Test
214+
@Test
215215
public void testServerPodsRestartByChangingZImage() throws Exception {
216216
Assume.assumeFalse(QUICKTEST);
217217
String testMethodName = new Object() {}.getClass().getEnclosingMethod().getName();

0 commit comments

Comments
 (0)