コード例 #1
0
 def ssh(cmd):
     return run_ssh_cmd(ssh_user, ssh_key_path, host, cmd)
コード例 #2
0
ファイル: installer_api_test.py プロジェクト: thefotios/dcos
 def ssh(cmd):
     return run_ssh_cmd(ssh_user, ssh_key_path, host, cmd)
コード例 #3
0
 def ssh(cmd):
     return run_ssh_cmd(ssh_user,
                        ssh_key_path,
                        host,
                        cmd,
                        timeout=MAX_STAGE_TIME)
コード例 #4
0
ファイル: installer_api_test.py プロジェクト: discoposse/dcos
 def ssh(cmd):
     return run_ssh_cmd(ssh_user, ssh_key_path, host, cmd, timeout=MAX_STAGE_TIME)