Beispiel #1
0
 def _connectToShellWithPort(self, port):
     connection = OctopusShellConnection(self.host, port)
     connection.connect()
     return connection
Beispiel #2
0
 def _createShellManagerAndConnection(self):
     self.shell_manager = ShellManager(self.host, self.port)
     self.shell_connection = OctopusShellConnection(self.host, self.port)
Beispiel #3
0
 def close(self):
     OctopusShellConnection(self.host, self.port).close()