Wykonywanie zdalnego wywołania

public class RemoteInvocationExecution
extends InvocationExecution

java.lang.Object
com.android.tradefed.invoker.InvocationExecution,
  com.android.tradefed.invoker.RemoteInvocationExecution,


Implementacja funkcji InvocationExecution, która umożliwia zdalne wykonywanie.

Podsumowanie

Zagnieżdżone klasy

class RemoteInvocationExecution.FileOptionValueTransformer

 

Stałe

long JOIN_CLEAN_TIMEOUT_MS

long LAUNCH_EXTRA_DEVICE

long NEW_USER_TIMEOUT

long PULL_RESULT_TIMEOUT

long PUSH_TF_TIMEOUT

long REMOTE_PROCESS_RUNNING_WAIT

long SETUP_REMOTE_DIR_TIMEOUT

Fieldsem

public static final String GLOBAL_REMOTE_CONFIG

public static final String PROTO_RESULT_NAME

public static final String REMOTE_CONFIG

public static final String REMOTE_USER_DIR

public static final String START_FEATURE_SERVER

public static final String STDERR_FILE

public static final String STDOUT_FILE

Konstruktory publiczne

RemoteInvocationExecution()

Metody publiczne

void doCleanUp(IInvocationContext context, IConfiguration config, Throwable exception)

Wykonaj kroki czyszczenia target_preparer i multi_target_preparer.

void doSetup(TestInformation testInfo, IConfiguration config, ITestLogger logger)

Wykonaj kroki konfiguracji target_preparer i multi_target_preparer.

void doTeardown(TestInformation testInfo, IConfiguration config, ITestLogger logger, Throwable exception)

Wykonaj kroki dezaktywacji target_preparer i multi_target_preparer.

boolean fetchBuild(TestInformation testInfo, IConfiguration config, IRescheduler rescheduler, ITestInvocationListener listener)

Wykonaj krok build_provider wywołania.

void runTests(TestInformation info, IConfiguration config, ITestInvocationListener listener)

Uruchamia test.

Metody chronione

void customizeDevicePreInvocation(IConfiguration config, IInvocationContext context)

Daj szansę na dostosowanie części urządzenia przed preInvocationSetup.

String getAdbVersion()

Zwraca wersję adb używaną na potrzeby wywołania.

Stałe

JOIN_CLEAN_TIMEOUT_MS

public static final long JOIN_CLEAN_TIMEOUT_MS

Wartość stała: 120000 (0x000000000001d4c0)

LAUNCH_Dodatkowe_URZĄDZENIE

public static final long LAUNCH_EXTRA_DEVICE

Wartość stała: 900000 (0x00000000000dbba0)

NEW_USER_TIMEOUT

public static final long NEW_USER_TIMEOUT

Wartość stała: 300000 (0x00000000000493e0)

CZAS TRWANIA_WYDARZENIA

public static final long PULL_RESULT_TIMEOUT

Wartość stała: 180000 (0x000000000002Bf20)

PUSH_TF_TIMEOUT

public static final long PUSH_TF_TIMEOUT

Wartość stała: 150000 (0x00000000000249f0)

REMOTE_PROCESS_RUNNING_WAIT

public static final long REMOTE_PROCESS_RUNNING_WAIT

Wartość stała: 15000 (0x0000000000003a98)

SKONFIGURUJ_REMOTE_DIR_TIMEOUT

public static final long SETUP_REMOTE_DIR_TIMEOUT

Wartość stała: 600000 (0x00000000000927c0)

Fieldsem

KONFIGURACJA_GLOBALNA_REMOTE

public static final String GLOBAL_REMOTE_CONFIG

PROTO_RESULT_NAME

public static final String PROTO_RESULT_NAME

KONFIGURACJA_ZDALNA

public static final String REMOTE_CONFIG

REMOTE_USER_DIR

public static final String REMOTE_USER_DIR

SERWER_FUNKCJI_START_FEATURE

public static final String START_FEATURE_SERVER

PLIK STDERR

public static final String STDERR_FILE

PLIK STDOUT

public static final String STDOUT_FILE

Konstruktory publiczne

Wykonywanie zdalnego wywołania

public RemoteInvocationExecution ()

Metody publiczne

do czyszczenia

public void doCleanUp (IInvocationContext context, 
                IConfiguration config, 
                Throwable exception)

Wykonaj kroki czyszczenia target_preparer i multi_target_preparer. Czy urządzenia są czyszczone? w górę.

Parametry
context IInvocationContext: element IInvocationContext wywołania.

config IConfiguration: IConfiguration tego uruchomienia testowego.

exception Throwable: pierwotny wyjątek zgłoszony w trakcie uruchomienia testu.

doSkonfiguruj

public void doSetup (TestInformation testInfo, 
                IConfiguration config, 
                ITestLogger logger)

Wykonaj kroki konfiguracji target_preparer i multi_target_preparer. Czy konfiguracja wszystkich urządzeń wymagane do uruchomienia testu.

Parametry
testInfo TestInformation: element TestInformation wywołania.

config IConfiguration: IConfiguration tego uruchomienia testowego.

logger ITestLogger: ITestLogger do zgłaszania logów błędów konfiguracji.

Rzuty
BuildError
DeviceNotAvailableException
TargetSetupError

doTeardown

public void doTeardown (TestInformation testInfo, 
                IConfiguration config, 
                ITestLogger logger, 
                Throwable exception)

Wykonaj kroki dezaktywacji target_preparer i multi_target_preparer. Czy urządzenia się psują? związane z konfiguracją.

Parametry
testInfo TestInformation: element TestInformation wywołania.

config IConfiguration: IConfiguration tego uruchomienia testowego.

logger ITestLogger: ITestLogger do zgłaszania logów.

exception Throwable: pierwotny wyjątek zgłoszony w trakcie uruchomienia testu.

pobierz kompilację

public boolean fetchBuild (TestInformation testInfo, 
                IConfiguration config, 
                IRescheduler rescheduler, 
                ITestInvocationListener listener)

Wykonaj krok build_provider wywołania.

Parametry
testInfo TestInformation: element TestInformation wywołania.

config IConfiguration: IConfiguration tego uruchomienia testowego.

rescheduler IRescheduler: IRescheduler, do zmiany harmonogramu części wywołania dla wykonanie w innych zasobach

listener ITestInvocationListener: ITestInvocation do zgłaszania błędów pobierania kompilacji.

Zwroty
boolean Wartość true, jeśli udało się pobrać kompilację. W przeciwnym razie ma wartość false.

Rzuty
BuildRetrievalError
DeviceNotAvailableException

Testy uruchomienia

public void runTests (TestInformation info, 
                IConfiguration config, 
                ITestInvocationListener listener)

Uruchamia test.

Parametry
info TestInformation: pole TestInformation do przeprowadzania testów.

config IConfiguration: IConfiguration do uruchomienia

listener ITestInvocationListener: wartość ITestInvocationListener wyników testu

Metody chronione

customDevicePreInvocation

protected void customizeDevicePreInvocation (IConfiguration config, 
                IInvocationContext context)

Daj szansę na dostosowanie części urządzenia przed preInvocationSetup.

Parametry
config IConfiguration: konfiguracja wywołania.

context IInvocationContext: bieżący kontekst wywołania.

getAdbVersion

protected String getAdbVersion ()

Zwraca wersję adb używaną na potrzeby wywołania.

Zwroty
String