|
89 | 89 | @DisplayName("Verify the Operator can handle multiple domains and clusters at the same time.")
|
90 | 90 | @IntegrationTest
|
91 | 91 | @Tag("okdenv")
|
92 |
| -class ItLargeCapacityDomainsClusters { |
| 92 | +class ItLargeCapacityDomainsClustersDPV { |
93 | 93 |
|
94 | 94 | private static String opNamespace = null;
|
95 | 95 |
|
@@ -137,7 +137,7 @@ public static void initAll(@Namespaces(50) List<String> namespaces) {
|
137 | 137 |
|
138 | 138 | // build the clusterview application
|
139 | 139 | Path targetDir = Paths.get(WORK_DIR,
|
140 |
| - ItLargeCapacityDomainsClusters.class.getName() + "/clusterviewapp"); |
| 140 | + ItLargeCapacityDomainsClustersDPV.class.getName() + "/clusterviewapp"); |
141 | 141 | Path distDir = BuildApplication.buildApplication(Paths.get(APP_DIR, "clusterview"), null, null,
|
142 | 142 | "dist", domainNamespace, targetDir);
|
143 | 143 | assertTrue(Paths.get(distDir.toString(),
|
@@ -478,7 +478,7 @@ private static void createDomain(String namespace, String domainUid,
|
478 | 478 | //create unique pv pvc for each domain
|
479 | 479 | final String pvName = getUniqueName(domainUid + "-pv-");
|
480 | 480 | final String pvcName = getUniqueName(domainUid + "-pvc-");
|
481 |
| - createPV(pvName, domainUid, ItLargeCapacityDomainsClusters.class.getSimpleName()); |
| 481 | + createPV(pvName, domainUid, ItLargeCapacityDomainsClustersDPV.class.getSimpleName()); |
482 | 482 | createPVC(pvName, pvcName, domainUid, namespace);
|
483 | 483 |
|
484 | 484 | // create a temporary WebLogic domain property file
|
@@ -593,7 +593,7 @@ private static void createDomainOnPVUsingWlst(Path wlstScriptFile, Path domainPr
|
593 | 593 | logger.info("Creating a config map to hold domain creation scripts");
|
594 | 594 | String domainScriptConfigMapName = "create-domain-scripts-cm";
|
595 | 595 | assertDoesNotThrow(() -> createConfigMapForDomainCreation(domainScriptConfigMapName,
|
596 |
| - domainScriptFiles, namespace, ItLargeCapacityDomainsClusters.class.getSimpleName()), |
| 596 | + domainScriptFiles, namespace, ItLargeCapacityDomainsClustersDPV.class.getSimpleName()), |
597 | 597 | "Create configmap for domain creation failed");
|
598 | 598 |
|
599 | 599 | // create a V1Container with specific scripts and properties for creating domain
|
|
0 commit comments