Skip to content

Commit 6d30977

Browse files
committed
added monitoring exporter test and utility to build and start it
1 parent 0d21398 commit 6d30977

19 files changed

+768
-2
lines changed

integration-tests/pom.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,11 @@
113113
<artifactId>jaxb-api</artifactId>
114114
<version>2.3.1</version>
115115
</dependency>
116+
<dependency>
117+
<groupId>net.sourceforge.htmlunit</groupId>
118+
<artifactId>htmlunit</artifactId>
119+
<version>2.32</version>
120+
</dependency>
116121
</dependencies>
117122

118123
<build>

integration-tests/src/test/java/oracle/kubernetes/operator/BaseTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -592,7 +592,7 @@ private void copyScalingScriptToPod(
592592
domainNS);
593593
}
594594

595-
private void buildDeployWebServiceApp(Domain domain, String testAppName, String wsName)
595+
public static void buildDeployWebServiceApp(Domain domain, String testAppName, String wsName)
596596
throws Exception {
597597
String scriptName = "buildDeployWSAndWSClientAppInPod.sh";
598598
// Build WS and WS client WARs in the admin pod and deploy it from the admin pod to a weblogic

0 commit comments

Comments
 (0)