Searched refs:CC_MODULE_NAME (Results 1 – 4 of 4) sorted by relevance
/tools/asuite/atest/ |
D | unittest_constants.py | 173 CC_MODULE_NAME = 'net_test_hci' variable 180 CC_MODULE_CLASS_INFO = test_info.TestInfo(CC_MODULE_NAME, 194 CC_CLASS_INFO = test_info.TestInfo(CC_MODULE_NAME, 205 CC_MODULE_NAME, 211 CC_MODULE_NAME, 219 CC_PATH_INFO = test_info.TestInfo(CC_MODULE_NAME, 225 CC_PATH_INFO2 = test_info.TestInfo(CC_MODULE_NAME,
|
/tools/tradefederation/core/atest/ |
D | unittest_constants.py | 170 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/tradefederation/core/atest/test_finders/ |
D | module_finder_unittest.py | 37 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/ |
D | module_finder_unittest.py | 40 CC_MODULE_CLASS = '%s:%s' % (uc.CC_MODULE_NAME, uc.CC_CLASS_NAME) 452 self.mod_finder.module_info.get_module_names.return_value = [uc.CC_MODULE_NAME] 455 constants.MODULE_NAME: uc.CC_MODULE_NAME, 496 self.mod_finder.module_info.get_module_names.return_value = [uc.CC_MODULE_NAME] 499 constants.MODULE_NAME: uc.CC_MODULE_NAME, 523 self.mod_finder.module_info.get_module_names.return_value = [uc.CC_MODULE_NAME] 526 constants.MODULE_NAME: uc.CC_MODULE_NAME, 550 uc.CC_CLASS_NAME, uc.CC_MODULE_NAME, uc.CC_CONFIG_FILE)
|