RemoteInvocationExecution
public
class
RemoteInvocationExecution
extends InvocationExecution
java.lang.Object 中 | ||
↳ | com.android.tradefed.invoker.InvocationExecution | |
↳ | com.android.tradefed.invoker.RemoteInvocationExecution |
驱动远程执行的 InvocationExecution
的实现。
摘要
嵌套的类 | |
---|---|
class |
RemoteInvocationExecution.FileOptionValueTransformer
|
常量 | |
---|---|
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
|
字段 | |
---|---|
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
|
公共构造函数 | |
---|---|
RemoteInvocationExecution()
|
公共方法 | |
---|---|
void
|
doCleanUp(IInvocationContext context, IConfiguration config, Throwable exception)
执行 target_ preparer 和 multi_target_ preparer 清理步骤。 |
void
|
doSetup(TestInformation testInfo, IConfiguration config, ITestLogger logger)
执行 target_ preparer 和 multi_target_ preparer 设置步骤。 |
void
|
doTeardown(TestInformation testInfo, IConfiguration config, ITestLogger logger, Throwable exception)
执行 target_ preparer 和 multi_target_ preparer 拆解步骤。 |
boolean
|
fetchBuild(TestInformation testInfo, IConfiguration config, IRescheduler rescheduler, ITestInvocationListener listener)
执行调用的 build_provider 步骤。 |
void
|
runTests(TestInformation info, IConfiguration config, ITestInvocationListener listener)
运行测试。 |
受保护的方法 | |
---|---|
void
|
customizeDevicePreInvocation(IConfiguration config, IInvocationContext context)
有机会在 preInvocationSetup 之前自定义某些设备。 |
String
|
getAdbVersion()
返回用于调用的 adb 版本。 |
常量
JOIN_CLEAN_TIMEOUT_MS
public static final long JOIN_CLEAN_TIMEOUT_MS
常量值: 12 万 (0x000000000001d4c0)
LAUNCH_EXTRA_DEVICE
public static final long LAUNCH_EXTRA_DEVICE
常量值: 90 万 (0x00000000000dbba0)
NEW_USER_TIMEOUT
public static final long NEW_USER_TIMEOUT
常量值: 30 万 (0x00000000000493e0)
PULL_RESULTS_TIMEOUT
public static final long PULL_RESULT_TIMEOUT
常量值: 18 万 (0x000000000002bf20)
推送 TF_TIMEOUT
public static final long PUSH_TF_TIMEOUT
常量值: 150,000 (0x00000000000249f0)
REMOTE_PROCESS_RUNNING_WAIT
public static final long REMOTE_PROCESS_RUNNING_WAIT
常量值: 15,000 人 (0x0000000000003a98)
SETUP_REMOTE_DIR_TIMEOUT
public static final long SETUP_REMOTE_DIR_TIMEOUT
常量值: 60 万 (0x00000000000927c0)
字段
GLOBAL_REMOTE_CONFIG
public static final String GLOBAL_REMOTE_CONFIG
PROTO_RESULTS_NAME
public static final String PROTO_RESULT_NAME
远程配置
public static final String REMOTE_CONFIG
REMOTE_USER_DIR
public static final String REMOTE_USER_DIR
START_FEATURE_服务器
public static final String START_FEATURE_SERVER
STDERR_FILE
public static final String STDERR_FILE
STDOUT_FILE
public static final String STDOUT_FILE
公共构造函数
RemoteInvocationExecution
public RemoteInvocationExecution ()
公共方法
doCleanUp
public void doCleanUp (IInvocationContext context, IConfiguration config, Throwable exception)
执行 target_ preparer 和 multi_target_ preparer 清理步骤。设备会清理吗 。
参数 | |
---|---|
context |
IInvocationContext :调用的 IInvocationContext 。 |
config |
IConfiguration :此测试运行的 IConfiguration 。 |
exception |
Throwable :运行测试时抛出的原始异常。 |
设置
public void doSetup (TestInformation testInfo, IConfiguration config, ITestLogger logger)
执行 target_ preparer 和 multi_target_ preparer 设置步骤。是否设置所有设备 以及测试运行所需的资源
参数 | |
---|---|
testInfo |
TestInformation :调用的 TestInformation 。 |
config |
IConfiguration :此测试运行的 IConfiguration 。 |
logger |
ITestLogger :用于报告设置失败日志的 ITestLogger 。 |
抛出 | |
---|---|
BuildError |
|
DeviceNotAvailableException |
|
TargetSetupError |
执行拆解
public void doTeardown (TestInformation testInfo, IConfiguration config, ITestLogger logger, Throwable exception)
执行 target_ preparer 和 multi_target_ preparer 拆解步骤。设备会撕裂 与设置相关联
参数 | |
---|---|
testInfo |
TestInformation :调用的 TestInformation 。 |
config |
IConfiguration :此测试运行的 IConfiguration 。 |
logger |
ITestLogger :要报告日志的 ITestLogger 。 |
exception |
Throwable :运行测试时抛出的原始异常。 |
fetchBuild
public boolean fetchBuild (TestInformation testInfo, IConfiguration config, IRescheduler rescheduler, ITestInvocationListener listener)
执行调用的 build_provider 步骤。
参数 | |
---|---|
testInfo |
TestInformation :调用的 TestInformation 。 |
config |
IConfiguration :此测试运行的 IConfiguration 。 |
rescheduler |
IRescheduler :IRescheduler ,用于重新调度部分调用
在其他资源上执行 |
listener |
ITestInvocationListener :用于报告 build 下载失败的 ITestInvocation 。 |
返回 | |
---|---|
boolean |
如果我们成功下载了构建,则为 true,否则为 false。 |
抛出 | |
---|---|
BuildRetrievalError |
|
DeviceNotAvailableException |
runTest
public void runTests (TestInformation info, IConfiguration config, ITestInvocationListener listener)
运行测试。
参数 | |
---|---|
info |
TestInformation :用于运行测试的 TestInformation 。 |
config |
IConfiguration :要运行的 IConfiguration |
listener |
ITestInvocationListener :测试结果的 ITestInvocationListener |
受保护的方法
customDevicePreInvocation
protected void customizeDevicePreInvocation (IConfiguration config, IInvocationContext context)
有机会在 preInvocationSetup 之前自定义某些设备。
参数 | |
---|---|
config |
IConfiguration :调用的配置。 |
context |
IInvocationContext :当前调用上下文。 |
getAdbVersion
protected String getAdbVersion ()
返回用于调用的 adb 版本。
返回 | |
---|---|
String |