commit | 179643b8eb677207cd8e76e00c56fd305d1c6d4f | [log] [tgz] |
---|---|---|
author | Suchitra Vemuri <suchitra@opennetworking.org> | Mon Nov 02 10:06:20 2020 -0800 |
committer | Suchitra Vemuri <suchitra@opennetworking.org> | Mon Nov 02 10:06:20 2020 -0800 |
tree | 81ba68818f8605d9559f1d78333c1a3edd5dbbcf | |
parent | 8693930fd707cd442a0d2b4b27c3f276175578bf [diff] |
Include get pods to show onos containers Change-Id: Ic5ab70a1ef90a2e1ff11a23bf1364d87bc0110da
diff --git a/jjb/pipeline/voltha-dt-physical-functional-tests.groovy b/jjb/pipeline/voltha-dt-physical-functional-tests.groovy index 9a0f5de..c1f16c0 100644 --- a/jjb/pipeline/voltha-dt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-dt-physical-functional-tests.groovy
@@ -250,6 +250,7 @@ kubectl get pods --all-namespaces -o jsonpath="{range .items[*].status.containerStatuses[*]}{.imageID}{'\\n'}" | sort | uniq kubectl get nodes -o wide kubectl get pods -n voltha -o wide + kubectl get pods -o wide sleep 60 # Wait for log-collector and log-combine to complete
diff --git a/jjb/pipeline/voltha-physical-functional-tests.groovy b/jjb/pipeline/voltha-physical-functional-tests.groovy index a54f369..179a96d 100644 --- a/jjb/pipeline/voltha-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-physical-functional-tests.groovy
@@ -244,6 +244,7 @@ kubectl get pods --all-namespaces -o jsonpath="{range .items[*].status.containerStatuses[*]}{.imageID}{'\\n'}" | sort | uniq kubectl get nodes -o wide kubectl get pods -n voltha -o wide + kubectl get pods -o wide sleep 60 # Wait for log-collector and log-combine to complete
diff --git a/jjb/pipeline/voltha-tt-physical-functional-tests.groovy b/jjb/pipeline/voltha-tt-physical-functional-tests.groovy index dce2066..c2e1778 100644 --- a/jjb/pipeline/voltha-tt-physical-functional-tests.groovy +++ b/jjb/pipeline/voltha-tt-physical-functional-tests.groovy
@@ -187,6 +187,7 @@ kubectl get pods --all-namespaces -o jsonpath="{range .items[*].status.containerStatuses[*]}{.imageID}{'\\n'}" | sort | uniq kubectl get nodes -o wide kubectl get pods -n voltha -o wide + kubectl get pods -o wide sleep 60 # Wait for log-collector and log-combine to complete