Home
last modified time | relevance | path

Searched refs:TEST_DATA_DIR (Results 1 – 16 of 16) sorted by relevance

/tools/tradefederation/core/javatests/com/android/tradefed/util/testmapping/
DTestMappingTest.java56 private static final String TEST_DATA_DIR = "testdata"; field in TestMappingTest
77 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testparseTestMapping()
206 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetTests()
210 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_2"; in testGetTests()
213 srcFile = File.separator + TEST_DATA_DIR + File.separator + DISABLED_PRESUBMIT_TESTS; in testGetTests()
262 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetTests_matchKeywords()
266 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_2"; in testGetTests_matchKeywords()
269 srcFile = File.separator + TEST_DATA_DIR + File.separator + DISABLED_PRESUBMIT_TESTS; in testGetTests_matchKeywords()
306 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetTests_withIgnoreKeywords()
310 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_2"; in testGetTests_withIgnoreKeywords()
[all …]
/tools/tradefederation/core/javatests/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunnerTest.java92 private static final String TEST_DATA_DIR = "testdata"; field in TestMappingSuiteRunnerTest
224 File.separator + TEST_DATA_DIR + File.separator + DISABLED_PRESUBMIT_TESTS; in testLoadTestsWhenRemoteTestTimeoutIsSet()
228 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testLoadTestsWhenRemoteTestTimeoutIsSet()
232 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_2"; in testLoadTestsWhenRemoteTestTimeoutIsSet()
318 File.separator + TEST_DATA_DIR + File.separator + DISABLED_PRESUBMIT_TESTS; in testLoadTests_testMappingsZip()
322 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testLoadTests_testMappingsZip()
326 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_2"; in testLoadTests_testMappingsZip()
383 File.separator + TEST_DATA_DIR + File.separator + DISABLED_PRESUBMIT_TESTS; in testLoadTests_testMappingsZipFoundTestsWithKeywords()
387 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testLoadTests_testMappingsZipFoundTestsWithKeywords()
391 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_2"; in testLoadTests_testMappingsZipFoundTestsWithKeywords()
[all …]
/tools/asuite/atest/test_finders/
Dtest_finder_utils_unittest.py35 JSON_FILE_PATH = os.path.join(uc.TEST_DATA_DIR, uc.JSON_FILE)
40 INT_DIR1 = os.path.join(uc.TEST_DATA_DIR, 'integration_dir_testing/int_dir1')
41 INT_DIR2 = os.path.join(uc.TEST_DATA_DIR, 'integration_dir_testing/int_dir2')
71 uc.TEST_DATA_DIR, VTS_PLAN_DIR, 'vts-staging-default.xml.data'
73 os.path.join(uc.TEST_DATA_DIR, VTS_PLAN_DIR, 'vts-aa.xml.data'),
74 os.path.join(uc.TEST_DATA_DIR, VTS_PLAN_DIR, 'vts-bb.xml.data'),
75 os.path.join(uc.TEST_DATA_DIR, VTS_PLAN_DIR, 'vts-cc.xml.data'),
76 os.path.join(uc.TEST_DATA_DIR, VTS_PLAN_DIR, 'vts-dd.xml.data'),
142 uc.TEST_DATA_DIR, 'class_file_path_testing', 'hello_world_test.cc'
155 uc.TEST_DATA_DIR, 'class_file_path_testing', 'hello_world_test.java'
[all …]
Dcache_finder_unittest.py45 uc.TEST_DATA_DIR, 'cache_root'
60 uc.TEST_DATA_DIR, 'cache_root'
101 uc.TEST_DATA_DIR, 'cache_root'
120 uc.TEST_DATA_DIR, 'cache_root'
148 uc.TEST_DATA_DIR, 'cache_root'
Dtf_integration_finder_unittest.py145 os.path.join(uc.TEST_DATA_DIR, 'CtsUiDeviceTestCases.xml.data')
147 xml_file = os.path.join(uc.TEST_DATA_DIR, constants.MODULE_CONFIG + '.data')
166 uc.TEST_DATA_DIR,
186 tf_int_finder.root_dir = uc.TEST_DATA_DIR
189 uc.TEST_DATA_DIR,
Dtest_filter_utils_unittest.py142 uc.TEST_DATA_DIR, 'class_file_path_testing', 'hello_world_test.java'
148 uc.TEST_DATA_DIR, 'class_file_path_testing', 'hello_world_test.kt'
Dmodule_finder_unittest.py54 KERNEL_CONFIG_FILE = os.path.join(uc.TEST_DATA_DIR, KERNEL_TEST_CONFIG)
928 return_value=os.path.relpath(uc.TEST_DATA_DIR, uc.ROOT),
939 class_dir = os.path.join(uc.TEST_DATA_DIR, 'path_testing')
954 empty_dir = os.path.join(uc.TEST_DATA_DIR, 'path_testing_empty')
958 class_dir = os.path.join(uc.TEST_DATA_DIR, 'cc_path_testing')
/tools/asuite/atest/
Datest_utils_unittest.py525 unittest_constants.TEST_DATA_DIR,
536 unittest_constants.TEST_DATA_DIR, TEST_ZIP_DATA_DIR, TEST_MULTI_ZIP_NAME
556 unittest_constants.TEST_DATA_DIR, 'test_record.proto.testonly'
566 json_file_path = Path(unittest_constants.TEST_DATA_DIR).joinpath(
573 json_file_path = Path(unittest_constants.TEST_DATA_DIR).joinpath(
586 json_file_path = Path(unittest_constants.TEST_DATA_DIR).joinpath(
672 unittest_constants.TEST_DATA_DIR, 'filter_configs', 'no_filter.cfg'
679 unittest_constants.TEST_DATA_DIR, 'filter_configs', 'filter.cfg'
714 unittest_constants.TEST_DATA_DIR, unittest_constants.JSON_FILE
726 unittest_constants.TEST_DATA_DIR, 'parameter_config', 'parameter.cfg'
[all …]
Dmodule_info_unittest.py35 JSON_FILE_PATH = os.path.join(uc.TEST_DATA_DIR, uc.JSON_FILE)
36 CC_DEP_PATH = os.path.join(uc.TEST_DATA_DIR, uc.CC_DEP_FILE)
37 JAVA_DEP_PATH = os.path.join(uc.TEST_DATA_DIR, uc.JAVA_DEP_FILE)
365 constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR,
374 uc.TEST_DATA_DIR,
386 bp_file = os.path.join(uc.TEST_DATA_DIR, 'foo/bar/AmSlam/test/Android.bp')
402 constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR,
412 search_from=Path(uc.TEST_DATA_DIR).joinpath('foo/bar/AmSlam/test'),
419 constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR,
428 uc.TEST_DATA_DIR,
[all …]
Dbug_detector_unittest.py40 self.history_file = os.path.join(uc.TEST_DATA_DIR, 'bug_detector.json')
43 self.history_file2 = os.path.join(uc.TEST_DATA_DIR, 'bug_detector2.json')
Dunittest_constants.py72 TEST_DATA_DIR = os.path.join(ATEST_PKG_DIR, 'unittest_data') variable
73 TEST_CONFIG_DATA_DIR = os.path.join(TEST_DATA_DIR, 'test_config')
166 os.path.join(TEST_DATA_DIR, constants.MODULE_CONFIG), ROOT
406 FIND_PATH = os.path.join(TEST_DATA_DIR, FIND_PATH_FOLDER)
Dcli_translator_unittest.py45 TEST_MAPPING_TOP_DIR = os.path.join(uc.TEST_DATA_DIR, 'test_mapping')
273 module_file=os.path.join(uc.TEST_DATA_DIR, uc.JSON_FILE)
384 os_environ_mock = {constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR}
403 os_environ_mock = {constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR}
424 os_environ_mock = {constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR}
456 os_environ_mock = {constants.ANDROID_BUILD_TOP: uc.TEST_DATA_DIR}
511 module_file=os.path.join(uc.TEST_DATA_DIR, uc.JSON_FILE)
/tools/asuite/atest/tools/
Dindexing_unittest.py35 'ANDROID_BUILD_TOP': uc.TEST_DATA_DIR,
Dstart_avd_unittest.py27 SEARCH_ROOT = uc.TEST_DATA_DIR
/tools/asuite/atest/test_runners/
Dmobly_test_runner_unittest.py44 unittest_constants.TEST_DATA_DIR, 'mobly', 'sample_test_summary.yaml'
Datest_tf_test_runner_unittest.py923 uc.TEST_DATA_DIR, 'parameter_config', 'parameter.cfg'
926 uc.TEST_DATA_DIR, 'parameter_config', 'instant_app_parameter.cfg'