Skip to content

Commit 882542b

Browse files
Update README.md
1 parent 5c08cae commit 882542b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

integration-tests/README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ Defaults for RESULT_ROOT & PV_ROOT:
6666

6767
| Test Mode | RESULT_ROOT | PV_ROOT | Where initialized |
6868
| --- | --- | --- | --- |
69-
| stand-alone | /scratch/$USER/wl_k8s_test_results | <--same | test defaults |
70-
| Jenkins | /scratch/k8s_dir | <--same | jenkins configuration |
69+
| stand-alone | /scratch/$USER/wl_k8s_test_results | /scratch/$USER/wl_k8s_test_results | test defaults |
70+
| Jenkins | /scratch/k8s_dir | /scratch/k8s_dir | jenkins configuration |
7171
| Wercker | /pipeline/output/k8s_dir | /scratch | wercker.yml |
7272

7373

@@ -81,25 +81,25 @@ Defaults for RESULT_ROOT & PV_ROOT:
8181

8282
'Logical' to 'Physical' K8S PV/PVC mappings:
8383

84-
| Logical | Actual |
85-
| --- | --- |
86-
| job.sh job: | /scratch <--> PV_ROOT on K8S machines |
87-
| domain pod: | /shared <--> PV_ROOT/acceptance_test_pv/persistentVolume-${domain_uid} on K8S machines |
84+
| | Logical | Actual |
85+
| --- | --- | --- |
86+
| job.sh job | /scratch | PV_ROOT on K8S machines |
87+
| domain pod: | /shared | PV_ROOT/acceptance_test_pv/persistentVolume-${domain_uid} on K8S machines |
8888

8989
# Configuration Files
9090

9191
A module "integration-tests" is added in maven weblogic-kubernetes-operator project.
9292

9393
Below configuration files are used:
94-
```
94+
9595
src/integration-tests/resources/OperatorIT.properties - This file is used for configuring common attributes for all integration tests
9696
```
9797
baseDir=/scratch
9898
username=weblogic
9999
password=welcome1
100100
maxIterationsPod=50
101101
waitTimePod=5
102-
102+
```
103103

104104
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.
105105

@@ -163,8 +163,6 @@ Maven and latest Git should be in PATH
163163

164164
export JAVA_HOME
165165

166-
set the optional env vars described below
167-
168166
The tests accepts optional env var overrides:
169167

170168
| Variable | Description |

0 commit comments

Comments
 (0)