Skip to content

Commit 30d4125

Browse files
committed
Remove references to internal addresses
1 parent f835f62 commit 30d4125

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItIstioDomainInPV.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -340,7 +340,7 @@ public void testIstioDomainHomeInPv() {
340340
boolean checkApp = checkAppUsingHostHeader(url, domainNamespace + ".org");
341341
assertTrue(checkApp, "Failed to access WebLogic application");
342342

343-
// Refer JIRA https://jira.oraclecorp.com/jira/browse/OWLS-86407
343+
// Refer JIRA OWLS-86407
344344
// Stop and Start the managed server in absense of administration server
345345
assertTrue(patchServerStartPolicy(domainUid, domainNamespace,
346346
"/spec/adminServer/serverStartPolicy", "NEVER"),

integration-tests/src/test/java/oracle/weblogic/kubernetes/ItServerStartPolicy.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -909,7 +909,7 @@ public void testStartManagedServerBeyondMaxClusterLimit() {
909909
}
910910

911911
/**
912-
* Refer JIRA https://jira.oraclecorp.com/jira/browse/OWLS-86251
912+
* Refer JIRA OWLS-86251
913913
* Once the admin server is stopped, operator can not start a new managed
914914
* server from scratch if it has never been started earlier with
915915
* administration server. Once the administration server is stopped,
@@ -991,7 +991,7 @@ public void testDynamicServerLifeCycleWithoutAdmin() {
991991
}
992992

993993
/**
994-
* Refer JIRA https://jira.oraclecorp.com/jira/browse/OWLS-86251
994+
* Refer JIRA OWLS-86251
995995
* Once the admin server is stopped, operator can not start a new managed
996996
* server from scratch if it has never been started earlier with
997997
* administration Server. Once the administration server is stopped, the

0 commit comments

Comments
 (0)