Home
last modified time | relevance | path

Searched refs:suite (Results 1 – 25 of 38) sorted by relevance

12

/tools/asuite/atest/test_finders/
Dsuite_plan_finder_unittest.py66 suite=suite_plan)
75 suite='cts')
109 suite=suite_name)
119 suite = 'cts'
124 build_targets=set([suite]),
125 suite=suite)
154 suite = 'cts'
160 build_targets=set([suite]),
161 suite=suite)
165 suite = 'cts'
[all …]
Dsuite_plan_finder.py83 suite = match.group('suite')
94 build_targets=set([suite]),
95 suite=suite)
149 suite=suite_name))
Dtest_info.py32 suite=None, module_class=None, install_locations=None, argument
62 self.suite = suite
Dmodule_finder.py107 suites = [suite for suite in suites if suite not in _SUITES_TO_IGNORE]
243 for suite in self.module_info.get_module_info(
245 targets.update(constants.SUITE_DEPS.get(suite, []))
/tools/asuite/atest-py2/test_finders/
Dsuite_plan_finder_unittest.py62 suite=suite_plan)
71 suite='cts')
105 suite=suite_name)
115 suite = 'cts'
120 build_targets=set([suite]),
121 suite=suite)
150 suite = 'cts'
156 build_targets=set([suite]),
157 suite=suite)
161 suite = 'cts'
[all …]
Dsuite_plan_finder.py83 suite = match.group('suite')
93 build_targets=set([suite]),
94 suite=suite)
148 suite=suite_name))
Dtest_info.py33 suite=None, module_class=None, install_locations=None, argument
56 self.suite = suite
76 self.data, self.suite, self.module_class,
Dmodule_finder.py84 suites = [suite for suite in suites if suite not in _SUITES_TO_IGNORE]
/tools/asuite/atest/
Dmodule_info.py303 def _get_testable_modules(self, index=False, suite=None): argument
322 if suite:
326 if self.is_suite_in_compatibility_suites(suite, info):
360 def is_suite_in_compatibility_suites(self, suite, mod_info): argument
371 return suite in mod_info.get(
375 def get_testable_modules(self, suite=None): argument
395 if not suite:
405 modules = self._get_testable_modules(suite=suite)
409 if not suite:
412 modules = self._get_testable_modules(index=True, suite=suite)
/tools/asuite/atest-py2/test_runners/
Dsuite_plan_test_runner_unittest.py50 suite=suite_name)
79 suite = 'cts'
83 suite=suite)
88 exe_cmd = suite_plan_test_runner.SuitePlanTestRunner.EXECUTABLE % suite
/tools/asuite/atest/test_runners/
Dsuite_plan_test_runner_unittest.py58 suite=suite_name)
87 suite = 'cts'
91 suite=suite)
96 exe_cmd = suite_plan_test_runner.SuitePlanTestRunner.EXECUTABLE % suite
Dsuite_plan_test_runner.py156 cmd_dict['exe'] = self.EXECUTABLE % test_info.suite
160 test_info.suite, '')
/tools/asuite/atest-py2/
Dmodule_info.py171 def is_suite_in_compatibility_suites(self, suite, mod_info): argument
181 return suite in mod_info.get(constants.MODULE_COMPATIBILITY_SUITES, [])
183 def get_testable_modules(self, suite=None): argument
197 if suite:
198 if self.is_suite_in_compatibility_suites(suite, info):
Datest.py540 def _print_testable_modules(mod_info, suite): argument
547 testable_modules = mod_info.get_testable_modules(suite)
549 len(testable_modules), suite), constants.CYAN))
/tools/test/connectivity/acts/framework/tests/
Dtest_suite.py40 suite = unittest.TestSuite()
48 suite.addTest(loader.discover(root, filename))
59 for index, test in enumerate(suite._tests):
/tools/treble/split/
Dtest.py24 suite = loader.discover(start_dir, pattern='*_test.py')
27 result = runner.run(suite)
/tools/treble/build/
Dtest.py25 suite = loader.discover(start_dir, pattern='*_test.py')
28 result = runner.run(suite)
/tools/asuite/atest/docs/
Ddeveloper_workflow.md101 The `testtype/suite/AtestRunner.java` is the most important file in
114 For example, the tests for `tools/tradefederation/core/src/com/android/tradefed/testtype/suite/Ates…
115 can be found in `tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/AtestRunn…
134 tradefed.sh run host -n --class com.android.tradefed.testtype.suite.AtestRunnerTest
/tools/asuite/atest-py2/docs/
Ddeveloper_workflow.md86 The `testtype/suite/AtestRunner.java` is the most important file in
99 For example, the tests for `tools/tradefederation/core/src/com/android/tradefed/testtype/suite/Ates…
100 can be found in `tools/tradefederation/core/tests/src/com/android/tradefed/testtype/suite/AtestRunn…
116 `tradefed.sh run host -n --class com.android.tradefed.testtype.suite.AtestRunnerTest`
/tools/asuite/atest/unittest_data/
DAndroidLibCoreTest.xml.data2 <option name="test-suite-tag" value="cts" />
5 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
DAndroidTest.xml.data2 <option name="test-suite-tag" value="cts" />
5 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
DAndroidDalvikTest.xml.data2 <option name="test-suite-tag" value="cts" />
5 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
DCtsUiDeviceTestCases.xml.data1 <target_preparer class="com.android.tradefed.targetprep.suite.SuiteApkInstaller">
/tools/asuite/aidegen/lib/
Dnative_module_info.py197 def is_suite_in_compatibility_suites(self, suite, mod_info): argument
209 def get_testable_modules(self, suite=None): argument
/tools/asuite/atest/tf_proto/
Dconfiguration_description.proto43 // The suite names that the configuration belong to.
53 // The module name if running in a suite.

12