Home
last modified time | relevance | path

Searched refs:TestInfo (Results 1 – 25 of 51) sorted by relevance

123

/tools/asuite/atest/
Dunittest_constants.py78 MODULE_INFO = test_info.TestInfo(MODULE_NAME,
82 MODULE_INFO_W_DALVIK = test_info.TestInfo(
88 MODULE_INFO_W_CONFIG = test_info.TestInfo(MODULE_CONFIG_NAME,
92 MODULE_INFO2 = test_info.TestInfo(MODULE2_NAME,
96 TEST_CONFIG_MODULE_INFO = test_info.TestInfo(
101 MODULE_INFO_HOST_1 = test_info.TestInfo(HOST_UNIT_TEST_NAME_1,
105 MODULE_INFO_HOST_2 = test_info.TestInfo(HOST_UNIT_TEST_NAME_2,
127 CLASS_INFO = test_info.TestInfo(MODULE_NAME,
136 CLASS_INFO2 = test_info.TestInfo(MODULE2_NAME,
142 PACKAGE_INFO = test_info.TestInfo(MODULE_NAME,
[all …]
Dtest_runner_handler_unittest.py47 MODULE_INFO_A = test_info.TestInfo(MODULE_NAME_A, FAKE_TR_NAME_A, set())
48 MODULE_INFO_A_AGAIN = test_info.TestInfo(MODULE_NAME_A_AGAIN, FAKE_TR_NAME_A,
50 MODULE_INFO_B = test_info.TestInfo(MODULE_NAME_B, FAKE_TR_NAME_B, set())
51 MODULE_INFO_B_AGAIN = test_info.TestInfo(MODULE_NAME_B_AGAIN, FAKE_TR_NAME_B,
53 BAD_TESTINFO = test_info.TestInfo('bad_name', MISSING_TR_NAME, set())
Datest_unittest.py179 t_info = test_info.TestInfo(test_name, 'mock_runner', build_targets)
233 no_install_test_info = test_info.TestInfo(
236 host_test_info = test_info.TestInfo(
239 device_test_info = test_info.TestInfo(
242 both_test_info = test_info.TestInfo(
Datest_utils_unittest.py51 TEST_INFO_A = test_info.TestInfo(TEST_MODULE_NAME_A, TEST_RUNNER_A,
699 test_info_1 = test_info.TestInfo('MODULE', 'RUNNER',
710 test_info_2 = test_info.TestInfo('MODULE', 'RUNNER',
720 test_info_1 = test_info.TestInfo('MODULE', 'RUNNER',
726 test_info_3 = test_info.TestInfo('MODULE3', 'RUNNER',
/tools/asuite/atest-py2/
Dunittest_constants.py62 MODULE_INFO = test_info.TestInfo(MODULE_NAME,
66 MODULE_INFO2 = test_info.TestInfo(MODULE2_NAME,
88 CLASS_INFO = test_info.TestInfo(MODULE_NAME,
97 CLASS_INFO2 = test_info.TestInfo(MODULE2_NAME,
103 PACKAGE_INFO = test_info.TestInfo(MODULE_NAME,
107 PATH_INFO = test_info.TestInfo(MODULE_NAME,
111 EMPTY_PATH_INFO = test_info.TestInfo(MODULE_NAME,
120 METHOD_INFO = test_info.TestInfo(
129 INT_INFO = test_info.TestInfo(INT_NAME,
134 GTF_INT_INFO = test_info.TestInfo(
[all …]
Dtest_runner_handler_unittest.py39 MODULE_INFO_A = test_info.TestInfo(MODULE_NAME_A, FAKE_TR_NAME_A, set())
40 MODULE_INFO_A_AGAIN = test_info.TestInfo(MODULE_NAME_A_AGAIN, FAKE_TR_NAME_A,
42 MODULE_INFO_B = test_info.TestInfo(MODULE_NAME_B, FAKE_TR_NAME_B, set())
43 MODULE_INFO_B_AGAIN = test_info.TestInfo(MODULE_NAME_B_AGAIN, FAKE_TR_NAME_B,
45 BAD_TESTINFO = test_info.TestInfo('bad_name', MISSING_TR_NAME, set())
Datest_unittest.py173 t_info = test_info.TestInfo(test_name, 'mock_runner', build_targets)
226 no_install_test_info = test_info.TestInfo(
229 host_test_info = test_info.TestInfo(
232 device_test_info = test_info.TestInfo(
235 both_test_info = test_info.TestInfo(
/tools/asuite/atest-py2/test_runners/
Datest_tf_test_runner_unittest.py63 MODULE2_INFO = test_info.TestInfo(uc.MODULE2_NAME,
69 CLASS1_INFO = test_info.TestInfo(uc.MODULE_NAME,
75 CLASS2_INFO = test_info.TestInfo(uc.MODULE_NAME,
81 CLASS3_INFO = test_info.TestInfo(uc.MODULE_NAME,
88 CLASS4_INFO = test_info.TestInfo(uc.MODULE_NAME,
94 CLASS1_CLASS2_MODULE_INFO = test_info.TestInfo(
99 FLAT_CLASS_INFO = test_info.TestInfo(
105 FLAT2_CLASS_INFO = test_info.TestInfo(
113 CLASS2_METHOD_INFO = test_info.TestInfo(
121 METHOD_AND_CLASS2_METHOD = test_info.TestInfo(
[all …]
Dsuite_plan_test_runner_unittest.py47 t_info = test_info.TestInfo(suite_name,
80 t_info = test_info.TestInfo(suite_name,
/tools/asuite/atest/test_finders/
Dsuite_plan_finder_unittest.py63 want_info = test_info.TestInfo(test_name=suite_plan,
72 want_info = test_info.TestInfo(test_name=suite_plan,
106 want_info = test_info.TestInfo(test_name=suite_name,
122 want_info = test_info.TestInfo(test_name=suite_name,
158 want_info = test_info.TestInfo(test_name=suite_int_name,
169 want_info = test_info.TestInfo(test_name=suite_int_name,
180 want_info = test_info.TestInfo(test_name=suite_int_name,
Dsuite_plan_finder.py91 return test_info.TestInfo(
145 test_infos.append(test_info.TestInfo(
Dcache_finder_unittest.py156 t_info = test_info.TestInfo('mock_name', 'mock_runner',
163 t_info = test_info.TestInfo('mock_name', 'mock_runner',
Dmodule_finder.py424 tinfo = self._process_test_info(test_info.TestInfo(
455 tinfo = self._process_test_info(test_info.TestInfo(
491 tinfo = self._process_test_info(test_info.TestInfo(
900 tinfo = test_info.TestInfo(
Dtf_integration_finder_unittest.py39 INT_CLASS_INFO = test_info.TestInfo(
45 INT_METHOD_INFO = test_info.TestInfo(
/tools/asuite/atest-py2/test_finders/
Dsuite_plan_finder_unittest.py59 want_info = test_info.TestInfo(test_name=suite_plan,
68 want_info = test_info.TestInfo(test_name=suite_plan,
102 want_info = test_info.TestInfo(test_name=suite_name,
118 want_info = test_info.TestInfo(test_name=suite_name,
154 want_info = test_info.TestInfo(test_name=suite_int_name,
165 want_info = test_info.TestInfo(test_name=suite_int_name,
176 want_info = test_info.TestInfo(test_name=suite_int_name,
Dsuite_plan_finder.py90 return test_info.TestInfo(
144 test_infos.append(test_info.TestInfo(
Dtf_integration_finder_unittest.py36 INT_CLASS_INFO = test_info.TestInfo(
42 INT_METHOD_INFO = test_info.TestInfo(
Dtf_integration_finder.py221 return test_info.TestInfo(
263 return [test_info.TestInfo(
Dmodule_finder.py320 tinfo = self._process_test_info(test_info.TestInfo(
348 tinfo = self._process_test_info(test_info.TestInfo(
377 tinfo = self._process_test_info(test_info.TestInfo(
/tools/asuite/atest/test_runners/
Datest_tf_test_runner_unittest.py76 MODULE2_INFO = test_info.TestInfo(uc.MODULE2_NAME,
82 CLASS1_INFO = test_info.TestInfo(uc.MODULE_NAME,
88 CLASS2_INFO = test_info.TestInfo(uc.MODULE_NAME,
94 CLASS3_INFO = test_info.TestInfo(uc.MODULE_NAME,
101 CLASS4_INFO = test_info.TestInfo(uc.MODULE_NAME,
107 CLASS1_CLASS2_MODULE_INFO = test_info.TestInfo(
112 FLAT_CLASS_INFO = test_info.TestInfo(
118 FLAT2_CLASS_INFO = test_info.TestInfo(
126 CLASS2_METHOD_INFO = test_info.TestInfo(
134 METHOD_AND_CLASS2_METHOD = test_info.TestInfo(
[all …]
Dsuite_plan_test_runner_unittest.py55 t_info = test_info.TestInfo(suite_name,
88 t_info = test_info.TestInfo(suite_name,
/tools/asuite/atest/docs/
Datest_structure.md36 transform the user input into a ```TestInfo``` object that contains all of the
42 Once ```TestInfo``` objects have been constructed for all the tests passed in
47 All of the ```TestInfo``` objects get passed into the ```test_runner_handler```
48 which invokes each ```TestInfo``` specified test runner. In this specific case,
64 * ```test_finders/test_info.py``` - Module that defines ```TestInfo``` class.
67 ```TestInfo```.
86 Test Runners are classes that execute the tests. They consume a ```TestInfo```
Ddevelop_test_finders.md12 user input) and should try to resolve that string into a ```TestInfo``` object.
13 A ```TestInfo``` object holds the test name, test dependencies, test runner, and
47 return a ```TestInfo``` object. Extra bits of info can be stored in the data
/tools/asuite/atest-py2/docs/
Datest_structure.md36 transform the user input into a ```TestInfo``` object that contains all of the
42 Once ```TestInfo``` objects have been constructed for all the tests passed in
47 All of the ```TestInfo``` objects get passed into the ```test_runner_handler```
48 which invokes each ```TestInfo``` specified test runner. In this specific case,
64 * ```test_finders/test_info.py``` - Module that defines ```TestInfo``` class.
67 ```TestInfo```.
86 Test Runners are classes that execute the tests. They consume a ```TestInfo```
Ddevelop_test_finders.md12 user input) and should try to resolve that string into a ```TestInfo``` object.
13 A ```TestInfo``` object holds the test name, test dependencies, test runner, and
47 return a ```TestInfo``` object. Extra bits of info can be stored in the data

123