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.
92
92
93
93
Below configuration files are used:
94
-
```
94
+
95
95
src/integration-tests/resources/OperatorIT.properties - This file is used for configuring common attributes for all integration tests
96
96
```
97
97
baseDir=/scratch
98
98
username=weblogic
99
99
password=welcome1
100
100
maxIterationsPod=50
101
101
waitTimePod=5
102
-
102
+
```
103
103
104
104
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.
105
105
@@ -163,8 +163,6 @@ Maven and latest Git should be in PATH
0 commit comments