Skip to content

Commit 467c0cd

Browse files
committed
Merge branch 'newopen_main' into 'main'
Main branch, add test classes to the profile of the test run on openshift See merge request weblogic-cloud/weblogic-kubernetes-operator!4985
2 parents 718c42f + 98775d5 commit 467c0cd

File tree

6 files changed

+11
-1
lines changed

6 files changed

+11
-1
lines changed

integration-tests/pom.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,11 +571,14 @@
571571
**/ItDedicatedMode,
572572
**/ItExternalLbTunneling,
573573
**/ItExternalNodePortService,
574+
**/ItEvictedPodsCycling,
574575
**/ItInitContainers,
575576
**/ItIntrospectVersion,
577+
**/ItKubernetesNameSpaceWatchingEvents,
576578
**/ItLiftAndShiftFromOnPremDomain,
577579
**/ItLivenessProbeCustomization,
578580
**/ItManagedCoherence,
581+
**/ItMaxConcurOptions,
579582
**/ItMiiDynamicUpdate*,
580583
**/ItMiiCustomSslStore,
581584
**/ItMiiSampleWlsAux,
@@ -584,6 +587,7 @@
584587
**/ItPodsShutdownOption,
585588
**/ItPodTemplates,
586589
**/ItProductionSecureMode,
590+
**/ItRetryImprovementMisc,
587591
**/ItServerStartPolicy,
588592
**/ItServiceStartPolicyDynamicCluster,
589593
**/ItServerStartPolicyConfigCluster,
@@ -592,7 +596,8 @@
592596
**/ItSystemResOverrides,
593597
**/ItMonitoringExporterWebApp,
594598
**/ItMonitoringExporterSideCar,
595-
**/ItMonitoringExporterSamples
599+
**/ItMonitoringExporterSamples,
600+
**/ItWlsDomainOnPV
596601
</includes-failsafe>
597602
</properties>
598603
</profile>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
@Tag("kind-parallel")
5656
@Tag("oke-parallel")
5757
@Tag("gate")
58+
@Tag("okd-wls-mrg")
5859
class ItEvictedPodsCycling {
5960

6061
// constants for Domain

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@
5555
@Tag("kind-parallel")
5656
@Tag("oke-arm")
5757
@Tag("oke-parallel")
58+
@Tag("okd-wls-mrg")
5859
class ItKubernetesNameSpaceWatchingEvents {
5960

6061
private static final String newNSWithoutLabels = "ns-newnamespace1";

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@
9090
@IntegrationTest
9191
@Tag("kind-parallel")
9292
@Tag("olcne-sequential")
93+
@Tag("okd-wls-mrg")
9394
class ItMaxConcurOptions {
9495

9596
private static String opNamespace = null;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@
5656
@IntegrationTest
5757
@Tag("kind-parallel")
5858
@Tag("olcne-mrg")
59+
@Tag("okd-wls-mrg")
5960
class ItRetryImprovementMisc {
6061

6162
private static String domainNamespace = null;

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,7 @@
6666
@Tag("kind-parallel")
6767
@Tag("olcne-mrg")
6868
@Tag("oke-parallel")
69+
@Tag("okd-wls-mrg")
6970
class ItWlsDomainOnPV {
7071

7172
private static String domainNamespace = null;

0 commit comments

Comments
 (0)