Home
last modified time | relevance | path

Searched refs:PARENT_PREPARER_CONFIG (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecution.java79 CLog.d("Using %s to run in the parent setup.", SandboxOptions.PARENT_PREPARER_CONFIG); in doSetup()
97 CLog.d("Using %s to run in the parent tear down.", SandboxOptions.PARENT_PREPARER_CONFIG); in doTeardown()
107 CLog.d("Using %s to run in the parent clean up.", SandboxOptions.PARENT_PREPARER_CONFIG); in doCleanUp()
191 SandboxOptions.PARENT_PREPARER_CONFIG, e.getMessage()); in getParentTargetConfig()
/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/sandbox/
DParentSandboxInvocationExecutionTest.java134 setter.setOptionValue(SandboxOptions.PARENT_PREPARER_CONFIG, "parent-config"); in testParentConfig()
156 setter.setOptionValue(SandboxOptions.PARENT_PREPARER_CONFIG, "parent-config"); in testParentConfig_errorStage()
183 setter.setOptionValue(SandboxOptions.PARENT_PREPARER_CONFIG, "parent-config"); in testParentConfig_exception()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxOptions.java35 public static final String PARENT_PREPARER_CONFIG = "parent-preparer-config"; field in SandboxOptions
71 name = PARENT_PREPARER_CONFIG,