Home
last modified time | relevance | path

Searched refs:GLOBAL_CONFIG_VARIABLE (Results 1 – 10 of 10) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
DVersionedTfLauncherTest.java114 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testRun_singleDevice()
119 EasyMock.eq(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE), in testRun_singleDevice()
181 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testRun_nullDevice()
186 EasyMock.eq(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE), in testRun_nullDevice()
239 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testRun_DeviceNoPreSetup()
244 EasyMock.eq(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE), in testRun_DeviceNoPreSetup()
321 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testGetTestShard()
326 EasyMock.eq(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE), in testGetTestShard()
DTfTestLauncherTest.java117 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testRun()
123 mMockRunUtil.setEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE, SUB_GLOBAL_CONFIG); in testRun()
233 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testRunCoverage()
239 mMockRunUtil.setEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE, SUB_GLOBAL_CONFIG); in testRunCoverage()
DNoisyDryRunTestTest.java253 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testLoading_sandboxed()
257 EasyMock.eq(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE), anyObject()); in testLoading_sandboxed()
314 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testLoading_sandboxed_failed()
318 EasyMock.eq(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE), anyObject()); in testLoading_sandboxed_failed()
/tools/tradefederation/core/tests/src/com/android/tradefed/sandbox/
DTradefedSandboxTest.java109 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testPrepareEnvironment()
114 EasyMock.eq(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE), EasyMock.anyObject()); in testPrepareEnvironment()
151 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testPrepareEnvironment_dumpConfigFail()
156 EasyMock.eq(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE), EasyMock.anyObject()); in testPrepareEnvironment_dumpConfigFail()
195 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testPrepareEnvironment_noTfDirJar()
/tools/tradefederation/core/tests/src/com/android/tradefed/config/
DSandboxConfigurationFactoryTest.java106 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testCreateConfigurationFromArgs()
110 EasyMock.eq(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE), EasyMock.anyObject()); in testCreateConfigurationFromArgs()
128 mMockRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in testCreateConfigurationFromArgs_fail()
132 EasyMock.eq(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE), EasyMock.anyObject()); in testCreateConfigurationFromArgs_fail()
/tools/tradefederation/core/src/com/android/tradefed/sandbox/
DSandboxConfigUtil.java63 runUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in dumpConfigForVersion()
70 GlobalConfiguration.GLOBAL_CONFIG_VARIABLE, globalConfig.getAbsolutePath()); in dumpConfigForVersion()
DTradefedSandbox.java197 mRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in prepareEnvironment()
/tools/tradefederation/core/src/com/android/tradefed/config/
DGlobalConfiguration.java79 public static final String GLOBAL_CONFIG_VARIABLE = "TF_GLOBAL_CONFIG"; field in GlobalConfiguration
202 String path = System.getenv(GLOBAL_CONFIG_VARIABLE); in getGlobalConfigPath()
209 path, GLOBAL_CONFIG_VARIABLE); in getGlobalConfigPath()
DSandboxConfigurationFactory.java117 runUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in createConfigurationFromArgs()
/tools/tradefederation/core/src/com/android/tradefed/testtype/
DSubprocessTfLauncher.java179 mRunUtil.unsetEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE); in preRun()
199 mRunUtil.setEnvVariable(GlobalConfiguration.GLOBAL_CONFIG_VARIABLE, mGlobalConfig); in preRun()