From 5b8e2734e2ec6371186110e2b412422ac97b539c Mon Sep 17 00:00:00 2001
From: hardy <remi.hardy@openairinterface.org>
Date: Thu, 18 Mar 2021 21:46:56 +0100
Subject: [PATCH] updating xNB start detection for Benetel

---
 ci-scripts/ran.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci-scripts/ran.py b/ci-scripts/ran.py
index 5a88a096a33..783adb98e68 100644
--- a/ci-scripts/ran.py
+++ b/ci-scripts/ran.py
@@ -465,7 +465,7 @@ class RANManagement():
 				self.prematureExit = True
 				return
 			else:
-				mySSH.command('stdbuf -o0 cat enb_' + self.testCase_id + '.log | egrep --text --color=never -i "wait|sync|Starting"', '\$', 4)
+				mySSH.command('stdbuf -o0 cat enb_' + self.testCase_id + '.log | egrep --text --color=never -i "wait|sync|Starting|Started"', '\$', 4)
 				if rruCheck:
 					result = re.search('wait RUs', mySSH.getBefore())
 				else:
-- 
GitLab