Home
last modified time | relevance | path

Searched refs:CC_MODULE_NAME (Results 1 – 4 of 4) sorted by relevance

/tools/asuite/atest-py2/
Dunittest_constants.py170 CC_MODULE_NAME = 'net_test_hci' variable
177 CC_MODULE_CLASS_INFO = test_info.TestInfo(CC_MODULE_NAME,
191 CC_CLASS_INFO = test_info.TestInfo(CC_MODULE_NAME,
202 CC_MODULE_NAME,
208 CC_MODULE_NAME,
216 CC_PATH_INFO = test_info.TestInfo(CC_MODULE_NAME,
222 CC_PATH_INFO2 = test_info.TestInfo(CC_MODULE_NAME,
/tools/asuite/atest/
Dunittest_constants.py223 CC_MODULE_NAME = 'net_test_hci' variable
230 CC_MODULE_CLASS_INFO = test_info.TestInfo(CC_MODULE_NAME,
244 CC_CLASS_INFO = test_info.TestInfo(CC_MODULE_NAME,
255 CC_MODULE_NAME,
261 CC_MODULE_NAME,
269 CC_PATH_INFO = test_info.TestInfo(CC_MODULE_NAME,
275 CC_PATH_INFO2 = test_info.TestInfo(CC_MODULE_NAME,
/tools/asuite/atest-py2/test_finders/
Dmodule_finder_unittest.py37 CC_MODULE_CLASS = '%s:%s' % (uc.CC_MODULE_NAME, uc.CC_CLASS_NAME)
449 self.mod_finder.module_info.get_module_names.return_value = [uc.CC_MODULE_NAME]
452 constants.MODULE_NAME: uc.CC_MODULE_NAME,
493 self.mod_finder.module_info.get_module_names.return_value = [uc.CC_MODULE_NAME]
496 constants.MODULE_NAME: uc.CC_MODULE_NAME,
520 self.mod_finder.module_info.get_module_names.return_value = [uc.CC_MODULE_NAME]
523 constants.MODULE_NAME: uc.CC_MODULE_NAME,
547 uc.CC_CLASS_NAME, uc.CC_MODULE_NAME, uc.CC_CONFIG_FILE)
/tools/asuite/atest/test_finders/
Dmodule_finder_unittest.py45 CC_MODULE_CLASS = '%s:%s' % (uc.CC_MODULE_NAME, uc.CC_CLASS_NAME)
533 self.mod_finder.module_info.get_module_names.return_value = [uc.CC_MODULE_NAME]
536 constants.MODULE_NAME: uc.CC_MODULE_NAME,
577 self.mod_finder.module_info.get_module_names.return_value = [uc.CC_MODULE_NAME]
580 constants.MODULE_NAME: uc.CC_MODULE_NAME,
608 self.mod_finder.module_info.get_module_names.return_value = [uc.CC_MODULE_NAME]
611 constants.MODULE_NAME: uc.CC_MODULE_NAME,
635 uc.CC_CLASS_NAME, uc.CC_MODULE_NAME, uc.CC_CONFIG_FILE)
946 self.mod_finder.module_info.get_module_names.return_value = [uc.CC_MODULE_NAME]
949 constants.MODULE_NAME: uc.CC_MODULE_NAME,
[all …]