Skip to content

Commit 8587e5a

Browse files
hzhao-githubmarkxnelson
authored andcommitted
Added wls logging exporter test (#1164)
* Added wls logging exporter test jenkins-ignore * Added wls logging exporter test jenkins-ignore * Added wls logging exporter test jenkins-ignore * Added wls logging exporter test jenkins-ignore * Changes based on the comments jenkins-ignore * A monor change jenkins-ignore
1 parent 3c63ca3 commit 8587e5a

File tree

6 files changed

+448
-99
lines changed

6 files changed

+448
-99
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ public class BaseTest {
4949
public static final String DOMAININIMAGE_WLST_YAML = "domaininimagewlst.yaml";
5050
public static final String DOMAININIMAGE_WDT_YAML = "domaininimagewdt.yaml";
5151
public static final String DOMAINONSHARINGPV_WLST_YAML = "domainonsharingpvwlst.yaml";
52+
public static final String DOMAINONPV_LOGGINGEXPORTER_YAML = "loggingexpdomainonpvwlst.yaml";
5253

5354
// property file used to configure constants for integration tests
5455
public static final String APP_PROPS_FILE = "OperatorIT.properties";

0 commit comments

Comments
 (0)