@@ -37,12 +37,11 @@ Internal Test Flow:
37
37
38
38
<operator-src>/src/integration-tests/bash/cleanup.sh
39
39
40
- () Create a test directory in the k8s cluster via a k8s pv, pvc, and a job.
40
+ () Create a test directory in the k8s cluster via kubectl run.
41
41
42
- create-test-root-pv.yamlt, create-test-root-pvc.yamlt
43
- create-test-root.sh, create-test-root-job.yamlt
42
+ See createTestRoot.sh
44
43
45
- () Deploy pv/pvc for use by introspector job, the domain create step, and wl pods. (If PV_COMMENT != "#").
44
+ () Deploy pv/pvc for use by introspector job pod , the domain create step, and wl pods. (If PV_COMMENT != "#").
46
45
47
46
wl-pv.yamlt, wl-pvc.yamlt
48
47
@@ -54,15 +53,15 @@ Internal Test Flow:
54
53
55
54
wl-create-domain-pod.yamlt, wl-create-domain-pod.sh, wl-create-domain-pod.pyt
56
55
57
- () Run the introspector job (as a direct pod instead of a job)
56
+ () Run the introspector job pod (as a direct pod instead of a job)
58
57
59
58
wl-instrospect-pod.yamlt
60
59
wl-instrospect-pod.sh
61
60
<operator-src>/operator/src/main/resources/scripts/introspectDomain.sh
62
61
<operator-src>/operator/src/main/resources/scripts/startNodeManager.sh
63
62
<operator-src>/operator/src/main/resources/scripts/introspectDomain.py
64
63
65
- () Parse the introspector job's output into files and deploy them in a configmap.
64
+ () Parse the introspector job pod 's output into files and deploy them in a configmap.
66
65
67
66
() Start the admin server pod. The startServer.sh and start-server.py
68
67
scripts will use files from the configmap for situational config and login
0 commit comments