Commit 6d23dd36 authored by Boris Djalal's avatar Boris Djalal

Test new failure

Signed-off-by: default avatarBoris Djalal <boris.djalal@eurecom.fr>
parent f5d025a3
......@@ -57,7 +57,7 @@ UE_IP_ADDRESS_ISSUE = -5
#-----------------------------------------------------------
# Import
#-----------------------------------------------------------
mport sys # arg
import sys # arg
import re # reg
import pexpect # pexpect
import time # sleep
......@@ -342,6 +342,7 @@ class SSHConnection():
self.CreateHtmlTestRow(self.Build_eNB_args, 'OK', ALL_PROCESSES_OK)
def BuildOAIUE(self):
sys.exit('TEST FAILURE')
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