You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A module "integration-tests" is added in Maven weblogic-kubernetes-operator project.
90
90
91
91
Below configuration files are used:
92
-
```
92
+
93
93
src/integration-tests/resources/OperatorIT.properties - This file is used for configuring common attributes for all integration tests
94
94
```
95
95
baseDir=/scratch
96
96
username=weblogic
97
97
password=welcome1
98
98
maxIterationsPod=50
99
99
waitTimePod=5
100
-
100
+
```
101
101
102
102
src/integration-tests/resources/ITFirstOperator.properties - customized properties for Operator. Any property can be provided here from create-weblogic-operator-inputs.yaml, for all the properties that are not defined here default values in create-weblogic-operator-inputs.yaml are used while generating the operator inputs yaml file.
103
103
@@ -161,8 +161,6 @@ Maven and latest Git should be in PATH
0 commit comments