Commit 71978e71 authored by Raphael Defosseux's avatar Raphael Defosseux

CI: hotfix -- no waiting for got sync

Signed-off-by: default avatarRaphael Defosseux <raphael.defosseux@eurecom.fr>
parent 621b7393
...@@ -263,8 +263,9 @@ class SSHConnection(): ...@@ -263,8 +263,9 @@ class SSHConnection():
loopCounter = loopCounter - 1 loopCounter = loopCounter - 1
if (loopCounter == 0): if (loopCounter == 0):
doLoop = False doLoop = False
logging.debug('\u001B[1;37;41m Starting eNB Failed -- taking too much time \u001B[0m') logging.debug('\u001B[1;37;43m eNB logging system did not show got sync! See with attach later \u001B[0m')
sys.exit(1) # Not getting got sync is bypassed for the moment
#sys.exit(1)
self.command('stdbuf -o0 cat enb_' + SSH.testCase_id + '.log', '\$', 10) self.command('stdbuf -o0 cat enb_' + SSH.testCase_id + '.log', '\$', 10)
result = re.search('got sync', str(self.ssh.before)) result = re.search('got sync', str(self.ssh.before))
if result is None: if result is None:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment