Home
last modified time | relevance | path

Searched refs:parts (Results 1 - 8 of 8) sorted by relevance

/test/testfwk/developer_test/src/core/config/
H A Dparse_parts_config.py114 parts = self.subsystem_infos.get(item, [])
115 part_name_list.extend(parts)
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py77 not config.parts:
152 part_list = config.parts if config.parts else list()
183 and not config.subsystems and not config.parts and not \
221 getattr(config, ConfigConst.parts, []) or \
H A Dscheduler.py515 getattr(config, ConfigConst.parts, "") or \
518 if config.subsystems or config.parts:
519 test_set = (config.subsystems, config.parts)
716 subsystems, parts = get_white_list()
717 if not subsystems and not parts:
/test/testfwk/xdevice/src/xdevice/_core/environment/
H A Dmanager_env.py365 subsystems, parts = getattr(device, ConfigConst.support_component)
368 require_part not in parts:
/test/testfwk/xdevice/src/xdevice/_core/command/
H A Dconsole.py326 dest="parts",
434 if options.parts:
435 part_list = str(options.parts).split(";")
436 setattr(options, ConfigConst.parts, part_list)
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py294 parts = "parts" variable in ConfigConst
/test/testfwk/developer_test/src/core/command/
H A Dconsole.py491 parts = "parts" variable in ConfigConst
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit.py853 subsystems, parts = self.get_white_list()
854 part_set.update(parts)

Completed in 9 milliseconds