Skip to content

Commit 51cacf2

Browse files
committed
Merge branch 'OWLS-109113' into 'main'
New Domain on PV samples integration tests, changes to existing model in image sample to make AI mode default and refactoring changes, and remove MII JRF samples See merge request weblogic-cloud/weblogic-kubernetes-operator!4244
2 parents 6b56b25 + ebe5177 commit 51cacf2

File tree

152 files changed

+3234
-8023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

152 files changed

+3234
-8023
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ You can:
1111
* Supply WebLogic domain configuration using:
1212
* _Model in Image_: Includes [WebLogic Deploy Tooling](https://github.com/oracle/weblogic-deploy-tooling) models and archives in a container image.
1313
* _Domain in Image_: Includes a WebLogic domain home in a container image.
14-
* _Domain in PV_: Locates WebLogic domain homes in a Kubernetes PersistentVolume (PV). This PV can reside in an NFS file system or other Kubernetes volume types.
14+
* _Domain on PV_: Locates WebLogic domain homes in a Kubernetes PersistentVolume (PV). This PV can reside in an NFS file system or other Kubernetes volume types.
1515
* Configure deployment of WebLogic domains as Kubernetes resources (using Kubernetes custom resource definitions).
1616
* Override certain aspects of the WebLogic domain configuration; for example, use a different database password for different deployments.
1717
* Start and stop servers and clusters in the domain based on declarative startup parameters and desired states.

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
import oracle.weblogic.kubernetes.annotations.Namespaces;
2222
import oracle.weblogic.kubernetes.logging.LoggingFacade;
2323
import org.junit.jupiter.api.BeforeAll;
24+
import org.junit.jupiter.api.Disabled;
2425
import org.junit.jupiter.api.DisplayName;
2526
import org.junit.jupiter.api.Tag;
2627
import org.junit.jupiter.params.ParameterizedTest;
@@ -78,6 +79,7 @@
7879
@IntegrationTest
7980
@Tag("samples")
8081
@Tag("kind-parallel")
82+
@Disabled
8183
public class ItFmwDiiSample {
8284

8385
private static String dbNamespace = null;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
import oracle.weblogic.kubernetes.annotations.Namespaces;
1717
import oracle.weblogic.kubernetes.logging.LoggingFacade;
1818
import org.junit.jupiter.api.BeforeAll;
19+
import org.junit.jupiter.api.Disabled;
1920
import org.junit.jupiter.api.DisplayName;
2021
import org.junit.jupiter.api.Tag;
2122
import org.junit.jupiter.params.ParameterizedTest;
@@ -81,6 +82,7 @@
8182
@Tag("olcne")
8283
@Tag("kind-parallel")
8384
@Tag("toolkits-srg")
85+
@Disabled
8486
public class ItFmwSample {
8587

8688
private static String dbNamespace = null;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import oracle.weblogic.kubernetes.utils.ItMiiSampleHelper;
1111
import org.junit.jupiter.api.AfterAll;
1212
import org.junit.jupiter.api.BeforeAll;
13+
import org.junit.jupiter.api.Disabled;
1314
import org.junit.jupiter.api.DisplayName;
1415
import org.junit.jupiter.api.MethodOrderer;
1516
import org.junit.jupiter.api.Order;
@@ -32,6 +33,7 @@
3233
@Tag("kind-parallel")
3334
@Tag("toolkits-srg")
3435
@Tag("okd-wls-mrg")
36+
@Disabled
3537
class ItMiiSampleWlsAux {
3638

3739
private static ItMiiSampleHelper myItMiiSampleHelper = null;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
import oracle.weblogic.kubernetes.utils.ItMiiSampleHelper;
1111
import org.junit.jupiter.api.AfterAll;
1212
import org.junit.jupiter.api.BeforeAll;
13+
import org.junit.jupiter.api.Disabled;
1314
import org.junit.jupiter.api.DisplayName;
1415
import org.junit.jupiter.api.MethodOrderer;
1516
import org.junit.jupiter.api.Order;
@@ -32,6 +33,7 @@
3233
@Tag("okd-wls-mrg")
3334
@Tag("samples")
3435
@Tag("olcne")
36+
@Disabled
3537
class ItMiiSampleWlsMain {
3638

3739
private static ItMiiSampleHelper myItMiiSampleHelper = null;

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import oracle.weblogic.kubernetes.logging.LoggingFacade;
2323
import oracle.weblogic.kubernetes.utils.ExecResult;
2424
import org.junit.jupiter.api.BeforeAll;
25+
import org.junit.jupiter.api.Disabled;
2526
import org.junit.jupiter.api.DisplayName;
2627
import org.junit.jupiter.api.MethodOrderer;
2728
import org.junit.jupiter.api.Order;
@@ -115,6 +116,7 @@
115116
@Tag("toolkits-srg")
116117
@Tag("oke-sequential")
117118
@IntegrationTest
119+
@Disabled
118120
class ItWlsSamples {
119121

120122
public static final String SERVER_LIFECYCLE = "Server";

integration-tests/src/test/java/oracle/weblogic/kubernetes/utils/ItMiiSampleHelper.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public void callInitialUseCase(String testClassName) {
273273
String decoration = (envMap.get("DO_AI") != null && envMap.get("DO_AI").equalsIgnoreCase("true")) ? "AI-" : "";
274274
envMap.put("MODEL_IMAGE_TAG",
275275
MII_BASIC_IMAGE_TAG + "-" + domainType + "-" + decoration + "v1");
276-
envMap.put("MODEL_DIR", "model-images/model-in-image__" + domainType + "-v1");
276+
envMap.put("MODEL_DIR", "wdt-artifacts/wdt-model-files/" + domainType + "-v1");
277277

278278
if (domainType.equals(DomainType.JRF)) {
279279
String dbImageName = DB_IMAGE_TO_USE_IN_SPEC
@@ -330,7 +330,7 @@ public void callUpdateUseCase(String args, String errString, String testClassNam
330330
envMap.put("MODEL_IMAGE_NAME", imageName);
331331
String decoration = (envMap.get("DO_AI") != null && envMap.get("DO_AI").equalsIgnoreCase("true")) ? "AI-" : "";
332332
envMap.put("MODEL_IMAGE_TAG", MII_BASIC_IMAGE_TAG + "-" + domainType + "-" + decoration + "v2");
333-
envMap.put("MODEL_DIR", "model-images/model-in-image__" + domainType + "-v2");
333+
envMap.put("MODEL_DIR", "wdt-artifacts/wdt-model-files/" + domainType + "-v2");
334334
}
335335

336336
execTestScriptAndAssertSuccess(domainType, args, errString);

0 commit comments

Comments
 (0)