Commit 81de3a8a authored by Boris Djalal's avatar Boris Djalal

Build with latest code from develop-nr code.

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent aff790d1
......@@ -312,7 +312,7 @@ class SSHConnection():
sys.exit('SCP failed')
def BuildeNB(self):
return()
#return()
if self.eNBIPAddress == '' or self.eNBRepository == '' or self.eNBBranch == '' or self.eNBUserName == '' or self.eNBPassword == '' or self.eNBSourceCodePath == '':
Usage()
sys.exit('Insufficient Parameter')
......@@ -349,7 +349,7 @@ class SSHConnection():
self.CreateHtmlTestRow(self.Build_eNB_args, 'OK', ALL_PROCESSES_OK)
def BuildOAIUE(self):
return()
#return()
if self.UEIPAddress == '' or self.eNBRepository == '' or self.eNBBranch == '' or self.UEUserName == '' or self.UEPassword == '' or self.UESourceCodePath == '':
Usage()
sys.exit('Insufficient Parameter')
......
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