/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/ |
D | TestMappingTest.java | 51 private static final String TEST_MAPPING = "TEST_MAPPING"; field in TestMappingTest 68 FileUtil.saveResourceFile(resourceStream, testMappingRootDir, TEST_MAPPING); in testparseTestMapping() 131 File testMappingFile = Paths.get(tempDir.getAbsolutePath(), TEST_MAPPING).toFile(); in testparseTestMapping_BadJson() 151 FileUtil.saveResourceFile(resourceStream, srcDir, TEST_MAPPING); in testGetTests() 155 FileUtil.saveResourceFile(resourceStream, subDir, TEST_MAPPING); in testGetTests() 205 FileUtil.saveResourceFile(resourceStream, srcDir, TEST_MAPPING); in testGetTests_matchKeywords() 209 FileUtil.saveResourceFile(resourceStream, subDir, TEST_MAPPING); in testGetTests_matchKeywords() 246 FileUtil.saveResourceFile(resourceStream, srcDir, TEST_MAPPING); in testGetAllTestMappingPaths_FromChildDirectory() 250 FileUtil.saveResourceFile(resourceStream, subDir, TEST_MAPPING); in testGetAllTestMappingPaths_FromChildDirectory() 277 FileUtil.saveResourceFile(resourceStream, srcDir, TEST_MAPPING); in testGetAllTestMappingPaths_FromParentDirectory() [all …]
|
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/ |
D | TestMappingSuiteRunnerTest.java | 79 private static final String TEST_MAPPING = "TEST_MAPPING"; field in TestMappingSuiteRunnerTest 249 FileUtil.saveResourceFile(resourceStream, srcDir, TEST_MAPPING); in testLoadTests_testMappingsZip() 253 FileUtil.saveResourceFile(resourceStream, subDir, TEST_MAPPING); in testLoadTests_testMappingsZip() 319 FileUtil.saveResourceFile(resourceStream, srcDir, TEST_MAPPING); in testLoadTests_testMappingsZipFoundTestsWithKeywords() 323 FileUtil.saveResourceFile(resourceStream, subDir, TEST_MAPPING); in testLoadTests_testMappingsZipFoundTestsWithKeywords() 391 FileUtil.saveResourceFile(resourceStream, srcDir, TEST_MAPPING); in testLoadTests_testMappingsZipFailWithKeywords() 395 FileUtil.saveResourceFile(resourceStream, subDir, TEST_MAPPING); in testLoadTests_testMappingsZipFailWithKeywords() 439 FileUtil.saveResourceFile(resourceStream, srcDir, TEST_MAPPING); in testLoadTests_testMappingsZipHostTests() 443 FileUtil.saveResourceFile(resourceStream, subDir, TEST_MAPPING); in testLoadTests_testMappingsZipHostTests() 488 FileUtil.saveResourceFile(resourceStream, srcDir, TEST_MAPPING); in testLoadTests_shard() [all …]
|
/tools/asuite/atest/ |
D | atest_arg_parser.py | 70 TEST_MAPPING = 'Run tests defined in TEST_MAPPING files.' variable 137 help=TEST_MAPPING) 271 TEST_MAPPING=TEST_MAPPING,
|
D | test_mapping.py | 26 TEST_MAPPING = 'TEST_MAPPING' variable 153 if modified_file == constants.TEST_MAPPING:
|
D | cli_translator.py | 310 def _find_files(self, path, file_name=constants.TEST_MAPPING): 366 file_name=constants.TEST_MAPPING, include_subdirs=False,
|
D | TEST_MAPPING | 1 // Below lists the TEST_MAPPING tests to do ASuite unittests to make sure
|
D | atest_completion.sh | 86 find -maxdepth 5 -type f -name TEST_MAPPING |sed 's/^.\///g'| xargs dirname 2>/dev/null
|
D | constants_default.py | 109 TEST_MAPPING = 'TEST_MAPPING' variable
|
/tools/tradefederation/core/atest/ |
D | atest_arg_parser.py | 71 TEST_MAPPING = 'Run tests defined in TEST_MAPPING files.' variable 137 help=TEST_MAPPING) 268 TEST_MAPPING=TEST_MAPPING,
|
D | test_mapping.py | 28 TEST_MAPPING = 'TEST_MAPPING' variable 155 if modified_file == constants.TEST_MAPPING:
|
D | cli_translator.py | 309 def _find_files(self, path, file_name=constants.TEST_MAPPING): 365 file_name=constants.TEST_MAPPING, include_subdirs=False,
|
D | TEST_MAPPING | 1 // Below lists the TEST_MAPPING tests to do ASuite unittests to make sure
|
D | atest_completion.sh | 69 find -maxdepth 5 -type f -name TEST_MAPPING |sed 's/^.\///g'| xargs dirname 2>/dev/null
|
D | constants_default.py | 108 TEST_MAPPING = 'TEST_MAPPING' variable
|
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/ |
D | TestMapping.java | 63 private static final String TEST_MAPPING = "TEST_MAPPING"; field in TestMapping 271 if (testMappingPath.resolve(TEST_MAPPING).toFile().exists()) { in getAllTestMappingPaths() 274 allTestMappingPaths.add(testMappingPath.resolve(TEST_MAPPING)); in getAllTestMappingPaths() 314 stream.filter(path -> path.getFileName().toString().equals(TEST_MAPPING)) in getTests() 353 stream.filter(path -> path.getFileName().toString().equals(TEST_MAPPING)) in getAllTests()
|
/tools/tradefederation/core/ |
D | TEST_MAPPING | 1 // Below lists the TEST_MAPPING tests to do TF integration tests to make sure 41 // TODO(b/144852628): Remove after actual platinum tests are added to TEST_MAPPING files.
|
/tools/repohooks/ |
D | README.md | 174 * `android_test_mapping_format`: Validate TEST_MAPPING files in Android source
|