Home
last modified time | relevance | path

Searched refs:TEST_MAPPING (Results 1 – 17 of 17) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/util/testmapping/
DTestMappingTest.java51 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/
DTestMappingSuiteRunnerTest.java79 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/
Datest_arg_parser.py70 TEST_MAPPING = 'Run tests defined in TEST_MAPPING files.' variable
137 help=TEST_MAPPING)
271 TEST_MAPPING=TEST_MAPPING,
Dtest_mapping.py26 TEST_MAPPING = 'TEST_MAPPING' variable
153 if modified_file == constants.TEST_MAPPING:
Dcli_translator.py310 def _find_files(self, path, file_name=constants.TEST_MAPPING):
366 file_name=constants.TEST_MAPPING, include_subdirs=False,
DTEST_MAPPING1 // Below lists the TEST_MAPPING tests to do ASuite unittests to make sure
Datest_completion.sh86 find -maxdepth 5 -type f -name TEST_MAPPING |sed 's/^.\///g'| xargs dirname 2>/dev/null
Dconstants_default.py109 TEST_MAPPING = 'TEST_MAPPING' variable
/tools/tradefederation/core/atest/
Datest_arg_parser.py71 TEST_MAPPING = 'Run tests defined in TEST_MAPPING files.' variable
137 help=TEST_MAPPING)
268 TEST_MAPPING=TEST_MAPPING,
Dtest_mapping.py28 TEST_MAPPING = 'TEST_MAPPING' variable
155 if modified_file == constants.TEST_MAPPING:
Dcli_translator.py309 def _find_files(self, path, file_name=constants.TEST_MAPPING):
365 file_name=constants.TEST_MAPPING, include_subdirs=False,
DTEST_MAPPING1 // Below lists the TEST_MAPPING tests to do ASuite unittests to make sure
Datest_completion.sh69 find -maxdepth 5 -type f -name TEST_MAPPING |sed 's/^.\///g'| xargs dirname 2>/dev/null
Dconstants_default.py108 TEST_MAPPING = 'TEST_MAPPING' variable
/tools/tradefederation/core/src/com/android/tradefed/util/testmapping/
DTestMapping.java63 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/
DTEST_MAPPING1 // 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/
DREADME.md174 * `android_test_mapping_format`: Validate TEST_MAPPING files in Android source