def __init__( self, ceUniqueID ):
    """ Standard constructor.
    """
    SSHComputingElement.__init__( self, ceUniqueID )

    self.ceType = CE_NAME
    self.sshHost = []
Esempio n. 2
0
  def __init__( self, ceUniqueID ):
    """ Standard constructor.
    """
    SSHComputingElement.__init__( self, ceUniqueID )

    self.ceType = CE_NAME
    self.sshHost = []
Esempio n. 3
0
    def __init__(self, ceUniqueID):
        """ Standard constructor.
    """
        SSHComputingElement.__init__(self, ceUniqueID)

        self.ceType = CE_NAME
        self.controlScript = 'torquece'
        self.mandatoryParameters = MANDATORY_PARAMETERS
  def __init__( self, ceUniqueID ):
    """ Standard constructor.
    """
    SSHComputingElement.__init__( self, ceUniqueID )

    self.ceType = CE_NAME
    self.controlScript = 'torquece'
    self.mandatoryParameters = MANDATORY_PARAMETERS