RemoteSshUtil이
public
class
RemoteSshUtil
extends Object
java.lang.Object의 클래스
|
↳ |
com.android.tradefed.device.cloud.RemoteSshUtil
|
원격 인스턴스에서 SSH 명령어를 실행하는 유틸리티입니다.
요약
공개 메서드 |
static
CommandResult
|
remoteSshCommandExec(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeoutMs, OutputStream stdout, OutputStream stderr, String... command)
ssh를 사용하여 원격 인스턴스에서 명령어를 실행합니다.
|
static
CommandResult
|
remoteSshCommandExec(GceAvdInfo remoteInstance, TestDeviceOptions options, IRunUtil runUtil, long timeoutMs, String... command)
ssh를 사용하여 원격 인스턴스에서 명령어를 실행합니다.
|
공개 생성자
RemoteSshUtil이
public RemoteSshUtil ()
공개 메서드
원격 SshCommandExec
public static CommandResult remoteSshCommandExec (GceAvdInfo remoteInstance,
TestDeviceOptions options,
IRunUtil runUtil,
long timeoutMs,
OutputStream stdout,
OutputStream stderr,
String... command)
ssh를 사용하여 원격 인스턴스에서 명령어를 실행합니다.
원격 SshCommandExec
public static CommandResult remoteSshCommandExec (GceAvdInfo remoteInstance,
TestDeviceOptions options,
IRunUtil runUtil,
long timeoutMs,
String... command)
ssh를 사용하여 원격 인스턴스에서 명령어를 실행합니다.
매개변수 |
remoteInstance |
GceAvdInfo : 기기를 설명하는 GceAvdInfo 입니다. |
options |
TestDeviceOptions : 다음에 사용될 기기 옵션을 설명하는 TestDeviceOptions 입니다.
GCE 기기 |
runUtil |
IRunUtil : 명령어를 실행하는 IRunUtil 입니다. |
timeoutMs |
long : 가져오기를 완료하는 데 필요한 시간(밀리초) |
command |
String : 실행할 명령어입니다. |