@@ -37,12 +37,11 @@ Internal Test Flow:
3737
3838 <operator-src>/src/integration-tests/bash/cleanup.sh
3939
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.
4141
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
4443
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 != "#").
4645
4746 wl-pv.yamlt, wl-pvc.yamlt
4847
@@ -54,15 +53,15 @@ Internal Test Flow:
5453
5554 wl-create-domain-pod.yamlt, wl-create-domain-pod.sh, wl-create-domain-pod.pyt
5655
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)
5857
5958 wl-instrospect-pod.yamlt
6059 wl-instrospect-pod.sh
6160 <operator-src>/operator/src/main/resources/scripts/introspectDomain.sh
6261 <operator-src>/operator/src/main/resources/scripts/startNodeManager.sh
6362 <operator-src>/operator/src/main/resources/scripts/introspectDomain.py
6463
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.
6665
6766() Start the admin server pod. The startServer.sh and start-server.py
6867 scripts will use files from the configmap for situational config and login
0 commit comments