Searched refs:CTS_INT_DIR (Results 1 – 2 of 2) sorted by relevance
/tools/tradefederation/core/atest/test_finders/ |
D | suite_plan_finder_unittest.py | 38 self.suite_plan_finder.suite_plan_dirs = [os.path.join(uc.ROOT, uc.CTS_INT_DIR)] 58 path = os.path.join(uc.ROOT, uc.CTS_INT_DIR, suite_plan+'.xml') 67 path = os.path.join(uc.ROOT, uc.CTS_INT_DIR, suite_plan+'.xml') 76 path = os.path.join(uc.ROOT, uc.CTS_INT_DIR, 'cts-common.xml') 116 _search.return_value = os.path.join(uc.ROOT, uc.CTS_INT_DIR, suite_name + '.xml') 151 path = os.path.join(uc.CTS_INT_DIR, suite_int_name + '.xml') 152 _find.return_value = uc.CTS_INT_DIR 162 path = os.path.join(uc.CTS_INT_DIR, suite_int_name + '.xml') 163 _find.return_value = uc.CTS_INT_DIR 173 path = os.path.join(uc.CTS_INT_DIR, suite_int_name + '.xml') [all …]
|
/tools/tradefederation/core/atest/ |
D | unittest_constants.py | 205 CTS_INT_DIR = 'test/suite_harness/tools/cts-tradefed/res/config' variable
|