Commit 7d7011f3 authored by Robert Schmidt's avatar Robert Schmidt

Remove use of SSHConnection(): not used in this file

parent 5078fccc
...@@ -46,7 +46,6 @@ import cls_physim1 #class PhySim for physical simulators deploy and run ...@@ -46,7 +46,6 @@ import cls_physim1 #class PhySim for physical simulators deploy and run
import cls_cluster # class for building/deploying on cluster import cls_cluster # class for building/deploying on cluster
import cls_native # class for all native/source-based operations import cls_native # class for all native/source-based operations
import sshconnection
import epc import epc
import ran import ran
import cls_oai_html import cls_oai_html
...@@ -100,7 +99,6 @@ def AssignParams(params_dict): ...@@ -100,7 +99,6 @@ def AssignParams(params_dict):
def ExecuteActionWithParam(action): def ExecuteActionWithParam(action):
global SSH
global EPC global EPC
global RAN global RAN
global HTML global HTML
...@@ -484,7 +482,6 @@ mode = '' ...@@ -484,7 +482,6 @@ mode = ''
CiTestObj = cls_oaicitest.OaiCiTest() CiTestObj = cls_oaicitest.OaiCiTest()
SSH = sshconnection.SSHConnection()
EPC = epc.EPCManagement() EPC = epc.EPCManagement()
RAN = ran.RANManagement() RAN = ran.RANManagement()
HTML = cls_oai_html.HTMLManagement() HTML = cls_oai_html.HTMLManagement()
......
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