Skip to content

Commit 1e21ef6

Browse files
author
Tom Barnes
committed
introspect test update - use a kubectl run helper instead of a job
1 parent 6000ff6 commit 1e21ef6

File tree

1 file changed

+5
-6
lines changed
  • src/integration-tests/introspector

1 file changed

+5
-6
lines changed

src/integration-tests/introspector/README

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)