HostOrchestratorUtil

public class HostOrchestratorUtil
extends Object

java.lang.Object
   ↳ com.android.tradefed.device.cloud.HostOrchestratorUtil


Uzaktan örneklerde ana makine orkestrasyonu aracılığıyla komut çalıştırmak için kullanılan yardımcı program.

Özet

Herkese açık kurucular

HostOrchestratorUtil(ITestDevice device, GceAvdInfo gceAvd)
HostOrchestratorUtil(ITestDevice device, GceAvdInfo gceAvd, OxygenClient oxygenClient)

Herkese açık yöntemler

CommandResult powerwashGce()

Host Orchestrator aracılığıyla bir GCE örneğini güç yıkamaya çalıştırma.

File pullCvdHostLogs()

CF ana makine günlüklerini Host Orchestrator üzerinden alın.

CommandResult restoreSnapshotGce()

Host Orchestrator aracılığıyla bir Cuttlefish örneğinin anlık görüntüsünü geri yüklemeyi deneyin.

CommandResult snapshotGce()

Ana makine Orchestrator aracılığıyla bir Cuttlefish örneğinin anlık görüntüsünü almaya çalışın.

CommandResult stopGce()

Ana makine Orchestrator aracılığıyla bir Cuttlefish örneğini durdurmaya çalışın.

Herkese açık kurucular

HostOrchestratorUtil

public HostOrchestratorUtil (ITestDevice device, 
                GceAvdInfo gceAvd)

Parametreler
device ITestDevice

gceAvd GceAvdInfo

HostOrchestratorUtil

public HostOrchestratorUtil (ITestDevice device, 
                GceAvdInfo gceAvd, 
                OxygenClient oxygenClient)

Parametreler
device ITestDevice

gceAvd GceAvdInfo

oxygenClient OxygenClient

Herkese açık yöntemler

powerwashGce

public CommandResult powerwashGce ()

Host Orchestrator aracılığıyla bir GCE örneğini güç yıkamaya çalıştırma.

İlerlemeler
CommandResult Durumu ve günlükleri içeren bir CommandResult.

pullCvdHostLogs

public File pullCvdHostLogs ()

CF ana makine günlüklerini Host Orchestrator üzerinden alın.

İlerlemeler
File

restoreSnapshotGce

public CommandResult restoreSnapshotGce ()

Host Orchestrator aracılığıyla bir Cuttlefish örneğinin anlık görüntüsünü geri yüklemeyi deneyin.

İlerlemeler
CommandResult

snapshotGce

public CommandResult snapshotGce ()

Ana makine Orchestrator aracılığıyla bir Cuttlefish örneğinin anlık görüntüsünü almaya çalışın.

İlerlemeler
CommandResult

stopGce

public CommandResult stopGce ()

Ana makine Orchestrator aracılığıyla bir Cuttlefish örneğini durdurmaya çalışın.

İlerlemeler
CommandResult