Commit 3054c354 authored by Boris Djalal's avatar Boris Djalal

Fix.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent 1ba41a93
...@@ -789,7 +789,7 @@ class SSHConnection(): ...@@ -789,7 +789,7 @@ class SSHConnection():
self.command('pwd', '\$', 4) self.command('pwd', '\$', 4)
print('self.command pwd: ' + str(self.ssh.before)) print('self.command pwd: ' + str(self.ssh.before))
self.command('stdbuf -o0 cat ' + self.eNBLogFile + ' | egrep --text --color=never -i "wait|sync"', '\$', 4) self.command('stdbuf -o0 cat ' + self.eNBLogFile + ' | egrep --text --color=never -i "wait|sync"', '\$', 4)
print(self.ssh.before) #print(self.ssh.before)
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:
time.sleep(6) time.sleep(6)
......
...@@ -55,7 +55,7 @@ def eNB_TargetBranch ...@@ -55,7 +55,7 @@ def eNB_TargetBranch
def PROJECT_NAME = "test-boris" def PROJECT_NAME = "test-boris"
def GIT_COMMIT_AUTHOR def GIT_COMMIT_AUTHOR
def GIT_COMMIT_EMAIL def GIT_COMMIT_EMAIL
def modeList = ['TesteNB', 'TestUE', 'TesteNB'] def modeList = ['TesteNB', 'TestUE', 'TesteNB', 'TestUE', 'TesteNB']
// Global Parameters not to break the main.py command line and code. // Global Parameters not to break the main.py command line and code.
def ADB_IPAddress = "none" def ADB_IPAddress = "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