示例#1
0
 def __init__(self, config):
     self.config = config
     self.sshrunner = ssh_runner.MultiMasterManager(config.localaddrs)
 def __init__(self, localaddrs, helperdir, timeout):
     self.sshrunner = ssh_runner.MultiMasterManager(localaddrs)
     self.helperdir = helperdir
     self.timeout = timeout