Include get pods to show onos containers

Change-Id: Ic5ab70a1ef90a2e1ff11a23bf1364d87bc0110da
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