Home
last modified time | relevance | path

Searched refs:test_names (Results 1 – 5 of 5) sorted by relevance

/tools/test/connectivity/acts/framework/acts/libs/test_binding/
Dall_tests_decorator.py15 test_names = []
19 test_names.append(name)
21 for test_name in test_names:
/tools/test/connectivity/acts/framework/tests/
Dacts_base_class_test.py73 bt_cls.run(test_names=['test_func'])
122 test_names = [
125 bt_cls.run(test_names=test_names)
127 self.assertEqual(len(passed_names), len(test_names))
188 bt_cls.run(test_names=['test_something'])
213 bt_cls.run(test_names=['test_something'])
238 bt_cls.run(test_names=['test_something'])
673 bt_cls.run(test_names=['test_1', 'test_2', 'test_3'])
694 bt_cls.run(test_names=['test_func'])
707 bt_cls.run(test_names=['test_func'])
[all …]
/tools/test/connectivity/acts/framework/acts/
Dbase_test.py754 def run(self, test_names=None): argument
786 if test_names:
789 for test_name in test_names:
/tools/asuite/atest/
Dcli_translator.py668 test_names = [detail.name for detail in test_details_list]
669 return test_names, test_details_list
Dcli_translator_unittest.py66 test_names, test_mapping_test_details=None, is_rebuild_module_info=False argument
70 for test_name in test_names: