Searched refs:testConfig (Results 1 – 7 of 7) sorted by relevance
/tools/tradefederation/core/test_framework/com/android/tradefed/testtype/suite/ |
D | AtestRunner.java | 128 for (IConfiguration testConfig : configMap.values()) { in loadTests() 130 disableTargetPreparers(testConfig, mSkipSetUp, mSkipTearDown); in loadTests() 133 addDebugger(testConfig); in loadTests() 138 includeFilters.get(canonicalizeConfigName(testConfig.getName())); in loadTests() 141 addFilter(testConfig, filter); in loadTests() 188 private void addFilter(IConfiguration testConfig, String filter) { in addFilter() argument 189 List<IRemoteTest> tests = testConfig.getTests(); in addFilter() 194 testConfig.getName(), test.getClass().getSimpleName(), filter); in addFilter() 224 private void addDebugger(IConfiguration testConfig) { in addDebugger() argument 225 for (IRemoteTest test : testConfig.getTests()) { in addDebugger() [all …]
|
/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/ |
D | TfSuiteRunner.java | 135 IConfiguration testConfig = in loadTests() local 137 if (testConfig.getConfigurationDescription().getSuiteTags().contains(mSuiteTag)) { in loadTests() 140 if (canRunMultipleAbis(testConfig)) { in loadTests() 149 testConfig = in loadTests() 153 for (IRemoteTest test : testConfig.getTests()) { in loadTests() 158 for (ITargetPreparer preparer : testConfig.getTargetPreparers()) { in loadTests() 164 testConfig.getMultiTargetPreparers()) { in loadTests() 171 configNameAbi, testConfig, parentConfig, graph); in loadTests() 176 expandTestSuites(configName, testConfig, parentConfig, graph); in loadTests() 189 private boolean canRunMultipleAbis(IConfiguration testConfig) { in canRunMultipleAbis() argument [all …]
|
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/ |
D | ITestSuiteTest.java | 164 LinkedHashMap<String, IConfiguration> testConfig = new LinkedHashMap<>(); in loadTests() local 174 testConfig.put(TEST_CONFIG_NAME, config); in loadTests() 181 testConfig.put(TEST_CONFIG_NAME + i, extraConfig); in loadTests() 187 return testConfig; in loadTests() 621 LinkedHashMap<String, IConfiguration> testConfig = new LinkedHashMap<>(); in testRun_preparationPassAfterRetry_report2times() 630 testConfig.put(TEST_CONFIG_NAME, config); in testRun_preparationPassAfterRetry_report2times() 635 return testConfig; in testRun_preparationPassAfterRetry_report2times() 713 LinkedHashMap<String, IConfiguration> testConfig = new LinkedHashMap<>(); in testRun_unresponsiveDevice() 725 testConfig.put(TEST_CONFIG_NAME, fake); in testRun_unresponsiveDevice() 730 return testConfig; in testRun_unresponsiveDevice() [all …]
|
D | ITestSuiteMultiTest.java | 93 LinkedHashMap<String, IConfiguration> testConfig = new LinkedHashMap<>(); in loadTests() local 111 testConfig.put(TEST_CONFIG_NAME + i, extraConfig); in loadTests() 117 return testConfig; in loadTests()
|
D | TfSuiteRunnerTest.java | 282 File testConfig = new File(zipDir, "test1.config"); in testLoadTests_additionalTestsZip() local 283 FileUtil.writeToFile(TEST_CONFIG, testConfig); in testLoadTests_additionalTestsZip()
|
D | ITestSuiteIntegrationTest.java | 205 LinkedHashMap<String, IConfiguration> testConfig = new LinkedHashMap<>(); in loadTests() local 214 testConfig.put(configFile.getName().replace(".config", ""), config); in loadTests() 226 return testConfig; in loadTests()
|
D | TestMappingSuiteRunnerTest.java | 182 LinkedHashMap<String, IConfiguration> testConfig = new LinkedHashMap<>(); in loadingStrategy() local 189 testConfig.put(TEST_CONFIG_NAME, config); in loadingStrategy() 193 return testConfig; in loadingStrategy()
|