result=re.search('got sync|Starting E1AP at CU UP|Starting F1AP at CU|Got sync|Waiting for RUs to be configured|cuPHYController initialized|Received CONFIG.response, gNB is ready',mySSH.getBefore())
result=re.search('got sync|Starting E1AP at CU UP|Starting F1AP at CU|Got sync|Waiting for RUs to be configured|cuPHYController initialized|Received CONFIG.response, gNB is ready',mySSH.getBefore())
ifresultisNone:
ifresultisNone:
time.sleep(6)
time.sleep(6)
...
@@ -964,8 +961,9 @@ class Containerize():
...
@@ -964,8 +961,9 @@ class Containerize():
# containers are unhealthy, so we won't start. However, logs are stored at the end
# containers are unhealthy, so we won't start. However, logs are stored at the end
# in UndeployObject so we here store the logs of the unhealthy container to report it
# in UndeployObject so we here store the logs of the unhealthy container to report it