Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/util/
DTestMappingTest.java39 private static final String TEST_DATA_DIR = "testdata"; field in TestMappingTest
51 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testparseTestMapping()
98 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testGetTests()
102 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_2"; in testGetTests()
/tools/tradefederation/core/atest/
Dunittest_constants.py43 TEST_DATA_DIR = os.path.join(os.path.dirname(__file__), 'unittest_data') variable
68 TEST_DATA_CONFIG = os.path.relpath(os.path.join(TEST_DATA_DIR,
Dmodule_info_unittest.py27 JSON_FILE_PATH = os.path.join(uc.TEST_DATA_DIR, uc.JSON_FILE)
Dcli_translator_unittest.py34 TEST_MAPPING_DIR = os.path.join(uc.TEST_DATA_DIR, 'test_mapping', 'folder1')
/tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/
DTestMappingSuiteRunnerTest.java53 private static final String TEST_DATA_DIR = "testdata"; field in TestMappingSuiteRunnerTest
116 String srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_1"; in testLoadTests_testMappingsZip()
120 srcFile = File.separator + TEST_DATA_DIR + File.separator + "test_mapping_2"; in testLoadTests_testMappingsZip()
/tools/tradefederation/core/atest/test_finders/
Dtf_integration_finder_unittest.py114 search.return_value = os.path.join(uc.TEST_DATA_DIR,
116 xml_file = os.path.join(uc.TEST_DATA_DIR, constants.MODULE_CONFIG)
Dtest_finder_utils_unittest.py219 xml_file = os.path.join(uc.TEST_DATA_DIR, constants.MODULE_CONFIG)
226 os.path.join(uc.TEST_DATA_DIR, VTS_PUSH_DIR))
233 xml_file = os.path.join(uc.TEST_DATA_DIR, VTS_XML)
Dmodule_finder_unittest.py365 return_value=os.path.relpath(uc.TEST_DATA_DIR, uc.ROOT))
373 class_dir = os.path.join(uc.TEST_DATA_DIR, 'path_testing')
381 empty_dir = os.path.join(uc.TEST_DATA_DIR, 'path_testing_empty')
448 self.mod_finder.root_dir = uc.TEST_DATA_DIR