From 31b23d57eb089cfa9c97daf4d01ea5eee48787ab Mon Sep 17 00:00:00 2001 From: Raphael Defosseux <raphael.defosseux@eurecom.fr> Date: Fri, 12 Jul 2019 10:32:46 +0200 Subject: [PATCH] CI: fix in terminateeNB mode Signed-off-by: Raphael Defosseux <raphael.defosseux@eurecom.fr> --- ci-scripts/main.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci-scripts/main.py b/ci-scripts/main.py index 53b1ed9fa1..1074fcb92d 100644 --- a/ci-scripts/main.py +++ b/ci-scripts/main.py @@ -3987,6 +3987,8 @@ if re.match('^TerminateeNB$', mode, re.IGNORECASE): Usage() sys.exit('Insufficient Parameter') SSH.eNB_serverId = '0' + SSH.eNB_instance = '0' + SSH.eNBSourceCodePath = '/tmp/' SSH.TerminateeNB() elif re.match('^TerminateUE$', mode, re.IGNORECASE): if (SSH.ADBIPAddress == '' or SSH.ADBUserName == '' or SSH.ADBPassword == ''): -- GitLab