RemoteInvocationExecution

public class RemoteInvocationExecution
extends InvocationExecution

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


Implémentation de InvocationExecution qui génère une exécution à distance.

Résumé

Classes imbriquées

class RemoteInvocationExecution.FileOptionValueTransformer

 

Constantes

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

Champs

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

Constructeurs publics

RemoteInvocationExecution()

Méthodes publiques

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

Exécutez les étapes de nettoyage "target_preparer" et "multi_target_preparer".

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

Exécutez les étapes de configuration target_preparer et multi_target_preparer.

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

Exécutez l'étape de suppression de target_preparer et multi_target_preparer.

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

Exécutez l'étape build_provider de l'appel.

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

Exécute le test.

Méthodes protégées

void customizeDevicePreInvocation(IConfiguration config, IInvocationContext context)

Donnez la possibilité de personnaliser une partie de l'appareil avant preInvocationSetup.

String getAdbVersion()

Renvoie la version d'adb utilisée pour l'appel.

Constantes

JOIN_CLEAN_TIMEOUT_MS

public static final long JOIN_CLEAN_TIMEOUT_MS

Valeur constante: 120000 (0x000000000001d4c0)

LANCEMENT_EXTRA_APPAREIL

public static final long LAUNCH_EXTRA_DEVICE

Valeur constante: 900000 (0x00000000000dbba0)

NEW_USER_TIMEOUT

public static final long NEW_USER_TIMEOUT

Valeur constante: 300000 (0x00000000000493e0)

PULL_RESULT_TIMEOUT

public static final long PULL_RESULT_TIMEOUT

Valeur constante: 180000 (0x000000000002bf20)

PUSH_TF_TIMEOUT

public static final long PUSH_TF_TIMEOUT

Valeur constante: 150000 (0x00000000000249f0)

REMOTE_PROCESS_RUNNING_WAIT

public static final long REMOTE_PROCESS_RUNNING_WAIT

Valeur constante: 15000 (0x0000000000003a98)

CONFIGURATION_REMOTE_DIR_TIMEOUT

public static final long SETUP_REMOTE_DIR_TIMEOUT

Valeur constante: 600000 (0x00000000000927c0)

Champs

GLOBAL_REMOTE_CONFIG

public static final String GLOBAL_REMOTE_CONFIG

PROTO_RESULT_NAME

public static final String PROTO_RESULT_NAME

TÉLÉCOMMANDE_CONFIG

public static final String REMOTE_CONFIG

TÉLÉCOMMANDE_USER_DIR

public static final String REMOTE_USER_DIR

START_FEATURE_SERVER

public static final String START_FEATURE_SERVER

FICHIER_STDERR

public static final String STDERR_FILE

FICHIER_STDOUT

public static final String STDOUT_FILE

Constructeurs publics

RemoteInvocationExecution

public RemoteInvocationExecution ()

Méthodes publiques

DoCleanUp

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

Exécutez les étapes de nettoyage "target_preparer" et "multi_target_preparer". Est-ce que les appareils nettoient vers le haut.

Paramètres
context IInvocationContext: IInvocationContext de l'appel.

config IConfiguration: IConfiguration de cette exécution de test.

exception Throwable: exception d'origine générée par le test en cours d'exécution.

doSetup

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

Exécutez les étapes de configuration target_preparer et multi_target_preparer. Est-ce que tous les appareils se configurent nécessaires à l'exécution du test.

Paramètres
testInfo TestInformation: TestInformation de l'appel.

config IConfiguration: IConfiguration de cette exécution de test.

logger ITestLogger: ITestLogger pour signaler les journaux des échecs de configuration.

Génère
BuildError
DeviceNotAvailableException
TargetSetupError

suppression

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

Exécutez l'étape de suppression de target_preparer et multi_target_preparer. Les appareils se déchirent-ils ? associées à la configuration.

Paramètres
testInfo TestInformation: TestInformation de l'appel.

config IConfiguration: IConfiguration de cette exécution de test.

logger ITestLogger: ITestLogger pour générer des rapports sur les journaux.

exception Throwable: exception d'origine générée par le test en cours d'exécution.

Extraire

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

Exécutez l'étape build_provider de l'appel.

Paramètres
testInfo TestInformation: TestInformation de l'appel.

config IConfiguration: IConfiguration de cette exécution de test.

rescheduler IRescheduler: IRescheduler, permettant de reprogrammer des parties de l'appel pour exécution sur une ou plusieurs autres ressources

listener ITestInvocationListener: ITestInvocation pour signaler les échecs de téléchargement de compilation.

Renvoie
boolean "True" si le build a bien été téléchargé, "false" dans le cas contraire.

Génère
BuildRetrievalError
DeviceNotAvailableException

exécuter des tests

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

Exécute le test.

Paramètres
info TestInformation: TestInformation avec lequel exécuter les tests.

config IConfiguration: IConfiguration à exécuter

listener ITestInvocationListener: ITestInvocationListener des résultats du test

Méthodes protégées

customDevicePreInvocation

protected void customizeDevicePreInvocation (IConfiguration config, 
                IInvocationContext context)

Donnez la possibilité de personnaliser une partie de l'appareil avant preInvocationSetup.

Paramètres
config IConfiguration: configuration de l'appel.

context IInvocationContext: contexte de l'appel actuel.

getAdbVersion

protected String getAdbVersion ()

Renvoie la version d'adb utilisée pour l'appel.

Renvoie
String