From d80d0b5d5ad41ee46a4af55d1aa83ea04c5ed944 Mon Sep 17 00:00:00 2001
From: Robert Schmidt <robert.schmidt@openairinterface.org>
Date: Mon, 10 Oct 2022 12:10:39 +0200
Subject: [PATCH] Additional information for deployed physims

---
 ci-scripts/cls_physim1.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ci-scripts/cls_physim1.py b/ci-scripts/cls_physim1.py
index 4b7c01c64d..971f64afaa 100644
--- a/ci-scripts/cls_physim1.py
+++ b/ci-scripts/cls_physim1.py
@@ -167,6 +167,7 @@ class PhySim:
 				isRunning = True
 				podNames = re.findall('oai-[\S\d\w]+', mySSH.getBefore())
 			count +=1
+		mySSH.command('for pod in $(oc get pods | tail -n +2 | awk \'{print $1}\'); do oc describe pod $pod >> cmake_targets/log/physim_pods_summary.txt; done', '\$', 10)
 		if isRunning == False:
 			logging.error('\u001B[1m Some PODS Running FAILED \u001B[0m')
 			mySSH.command('oc get pods -l app.kubernetes.io/instance=physim 2>&1 | tee -a cmake_targets/log/physim_pods_summary.txt', '\$', 6)
-- 
GitLab