Commit 488258d3 authored by Boris Djalal's avatar Boris Djalal

Test without rebuilding

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