Skip to content

Commit 6bd6f7f

Browse files
maggiehe00anpanigr
andauthored
Verify pod securityContext/uid behavior on OKD (#3537)
* Verify pod securityContext/uid behavior on OKD Co-authored-by: Antaryami Panigrahi <[email protected]>
1 parent 9be7970 commit 6bd6f7f

File tree

3 files changed

+540
-9
lines changed

3 files changed

+540
-9
lines changed

integration-tests/pom.xml

Lines changed: 104 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -472,29 +472,127 @@
472472
</profile>
473473

474474
<profile>
475-
<id>okd-wls-srg</id>
475+
<id>wko-okd-wls-srg</id>
476476
<properties>
477477
<skipITs>false</skipITs>
478-
<groups>okd-wls-srg</groups>
478+
<includes-failsafe>
479+
**/ItCrossDomainTransaction,
480+
**/ItKubernetesDomainEvents,
481+
**/ItKubernetesNameSpaceWatchingEvents,
482+
**/ItMiiAuxiliaryImage,
483+
**/ItMiiAuxiliaryImageCluster,
484+
**/ItMiiDomain,
485+
**/ItMiiDomainModelInPV,
486+
**/ItMiiMultiModel,
487+
**/ItMiiUpdateDomainConfig,
488+
**/ItMultiDomainModels,
489+
**/ItPodsRestart,
490+
**/ItRecoveryDomainInPV
491+
</includes-failsafe>
479492
</properties>
480493
</profile>
481494

482495
<profile>
483-
<id>okd-wls-mrg</id>
496+
<id>wko-okd-wls-mrg</id>
484497
<properties>
485498
<skipITs>false</skipITs>
486-
<groups>okd-wls-mrg</groups>
499+
<includes-failsafe>
500+
**/ItCoherenceTests,
501+
**/ItConfigDistributionStrategy,
502+
**/ItDedicatedMode,
503+
**/ItExternalLbTunneling,
504+
**/ItExternalNodePortService,
505+
**/ItInitContainers,
506+
**/ItIntrospectVersion,
507+
**/ItLiftAndShiftFromOnPremDomain,
508+
**/ItLivenessProbeCustomization,
509+
**/ItManagedCoherence,
510+
**/ItMiiDynamicUpdate*,
511+
**/ItMiiCustomSslStore,
512+
**/ItMiiSampleWlsAux,
513+
**/ItMiiSampleWlsMain,
514+
**/ItOperatorRestart,
515+
**/ItPodsShutdownOption,
516+
**/ItPodTemplates,
517+
**/ItProductionSecureMode,
518+
**/ItRemoteConsole,
519+
**/ItServerStartPolicy,
520+
**/ItServiceStartPolicyDynamicCluster,
521+
**/ItServerStartPolicyConfigCluster,
522+
**/ItSessionMigration,
523+
**/ItStickySession,
524+
**/ItSystemResOverrides,
525+
**/ItMonitoringExporterWebApp,
526+
**/ItMonitoringExporterSideCar,
527+
**/ItMonitoringExporterSamples
528+
</includes-failsafe>
487529
</properties>
488530
</profile>
489531

490532
<profile>
491-
<id>okd-fmw-cert</id>
533+
<id>wko-okd-fmw-cert</id>
492534
<properties>
493535
<skipITs>false</skipITs>
494-
<groups>okd-fmw-cert</groups>
536+
<includes-failsafe>
537+
**/ItFmwDomainInPVUsingWLST,
538+
**/ItFmwDomainInPVUsingWDT,
539+
**/ItFmwDynamicClusterMiiDomain,
540+
**/ItFmwMiiDomain,
541+
**/ItMiiSampleFmwMain,
542+
**/ItMiiSampleFmwAux
543+
</includes-failsafe>
495544
</properties>
496545
</profile>
497546

547+
<profile>
548+
<id>wko-okd-wls-cert</id>
549+
<properties>
550+
<skipITs>false</skipITs>
551+
<includes-failsafe>
552+
**/ItCrossDomainTransaction,
553+
**/ItKubernetesDomainEvents,
554+
**/ItKubernetesNameSpaceWatchingEvents,
555+
**/ItMiiAuxiliaryImage,
556+
**/ItMiiAuxiliaryImageCluster,
557+
**/ItMiiDomain,
558+
**/ItMiiDomainModelInPV,
559+
**/ItMiiMultiModel,
560+
**/ItMiiUpdateDomainConfig,
561+
**/ItMultiDomainModels,
562+
**/ItPodsRestart,
563+
**/ItCoherenceTests,
564+
**/ItConfigDistributionStrategy,
565+
**/ItDedicatedMode,
566+
**/ItExternalLbTunneling,
567+
**/ItExternalNodePortService,
568+
**/ItInitContainers,
569+
**/ItIntrospectVersion,
570+
**/ItLiftAndShiftFromOnPremDomain,
571+
**/ItLivenessProbeCustomization,
572+
**/ItManagedCoherence,
573+
**/ItMiiDynamicUpdate*,
574+
**/ItMiiCustomSslStore,
575+
**/ItMiiSampleWlsAux,
576+
**/ItMiiSampleWlsMain,
577+
**/ItOperatorRestart,
578+
**/ItPodsShutdownOption,
579+
**/ItPodTemplates,
580+
**/ItProductionSecureMode,
581+
**/ItRemoteConsole,
582+
**/ItServerStartPolicy,
583+
**/ItServiceStartPolicyDynamicCluster,
584+
**/ItServerStartPolicyConfigCluster,
585+
**/ItSessionMigration,
586+
**/ItStickySession,
587+
**/ItSystemResOverrides,
588+
**/ItMonitoringExporterWebApp,
589+
**/ItMonitoringExporterSideCar,
590+
**/ItMonitoringExporterSamples,
591+
**/ItRecoveryDomainInPV
592+
</includes-failsafe>
593+
</properties>
594+
</profile>
595+
498596
<profile>
499597
<id>wls-srg</id>
500598
<properties>

0 commit comments

Comments
 (0)