遠程調用執行
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
常數值:120000 (0x000000000001d4c0)
啟動_額外_設備
public static final long LAUNCH_EXTRA_DEVICE
常數值:900000 (0x00000000000dbba0)
NEW_USER_TIMEOUT
public static final long NEW_USER_TIMEOUT
常數值:300000 (0x00000000000493e0)
PULL_RESULT_TIMEOUT
public static final long PULL_RESULT_TIMEOUT
常數值:180000 (0x000000000002bf20)
PUSH_TF_TIMEOUT
public static final long PUSH_TF_TIMEOUT
常數值:150000 (0x00000000000249f0)
REMOTE_PROCESS_RUNNING_WAIT
public static final long REMOTE_PROCESS_RUNNING_WAIT
常量值:15000 (0x0000000000003a98)
SETUP_REMOTE_DIR_TIMEOUT
public static final long SETUP_REMOTE_DIR_TIMEOUT
常數值:600000 (0x00000000000927c0)
領域
GLOBAL_REMOTE_CONFIG
public static final String GLOBAL_REMOTE_CONFIG
PROTO_RESULT_NAME
public static final String PROTO_RESULT_NAME
遠程配置
public static final String REMOTE_CONFIG
遠程用戶目錄
public static final String REMOTE_USER_DIR
START_FEATURE_SERVER
public static final String START_FEATURE_SERVER
標準錯誤文件
public static final String STDERR_FILE
標準輸出文件
public static final String STDOUT_FILE
公共構造函數
遠程調用執行
public RemoteInvocationExecution ()
公共方法
清理
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 :測試運行時拋出的原始異常。 |
獲取構建
public boolean fetchBuild (TestInformation testInfo, IConfiguration config, IRescheduler rescheduler, ITestInvocationListener listener)
執行調用的 build_provider 步驟。
參數 | |
---|---|
testInfo | TestInformation :調用的TestInformation 。 |
config | IConfiguration :本次測試運行的IConfiguration 。 |
rescheduler | IRescheduler : IRescheduler ,用於重新安排調用的一部分以在另一個資源上執行 |
listener | ITestInvocationListener :報告構建下載失敗的ITestInvocation 。 |
退貨 | |
---|---|
boolean | 如果我們成功下載構建,則為真,否則為假。 |
投擲 | |
---|---|
BuildRetrievalError | |
DeviceNotAvailableException |
運行測試
public void runTests (TestInformation info, IConfiguration config, ITestInvocationListener listener)
運行測試。
參數 | |
---|---|
info | TestInformation :用於運行測試的TestInformation 。 |
config | IConfiguration :要運行的IConfiguration |
listener | ITestInvocationListener : 測試結果的ITestInvocationListener |
受保護的方法
自定義設備預調用
protected void customizeDevicePreInvocation (IConfiguration config, IInvocationContext context)
在 preInvocationSetup 之前給一些自定義設備的機會。
參數 | |
---|---|
config | IConfiguration :調用的配置。 |
context | IInvocationContext :當前調用上下文。 |
獲取 Adb 版本
protected String getAdbVersion ()
返回用於調用的 adb 版本。
退貨 | |
---|---|
String |
這個頁面中的內容和程式碼範例均受《內容授權》中的授權所規範。Java 與 OpenJDK 是 Oracle 和/或其關係企業的商標或註冊商標。
上次更新時間:2023-03-30 (世界標準時間)。