RemoteSshUtil이

public class RemoteSshUtil
extends Object

java.lang.Object의 클래스
   ↳ com.android.tradefed.device.cloud.RemoteSshUtil


원격 인스턴스에서 SSH 명령어를 실행하는 유틸리티입니다.

요약

공개 생성자

RemoteSshUtil()

공개 메서드

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를 사용하여 원격 인스턴스에서 명령어를 실행합니다.

매개변수
remoteInstance GceAvdInfo: 기기를 설명하는 GceAvdInfo입니다.

options TestDeviceOptions: 다음에 사용될 기기 옵션을 설명하는 TestDeviceOptions입니다. GCE 기기

runUtil IRunUtil: 명령어를 실행하는 IRunUtil입니다.

timeoutMs long: 가져오기를 완료하는 데 필요한 시간(밀리초)

stdout OutputStream: stdout이 로깅되는 ERROR(/OutputStream)입니다.

stderr OutputStream: stderr이 로깅되는 ERROR(/OutputStream)입니다.

command String: 실행할 명령어입니다.

반환 값
CommandResult 상태 및 로그가 포함된 CommandResult입니다.

원격 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: 실행할 명령어입니다.

반환 값
CommandResult 상태 및 로그가 포함된 CommandResult입니다.