Home
last modified time | relevance | path

Searched refs:component_mapper (Results 1 - 6 of 6) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/context/
H A Doption_util.py107 if ConfigConst.component_mapper in options.keys():
108 required_component = options.get(ConfigConst.component_mapper). \
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Drequest.py187 if ignore_test and hasattr(self.config, ConfigConst.component_mapper):
188 getattr(self.config, ConfigConst.component_mapper).pop(ignore_test)
H A Dsource.py173 getattr(config, ConfigConst.component_mapper, dict()).update(
223 setattr(config, ConfigConst.component_mapper, dict())
H A Dscheduler.py303 if getattr(task.config, ConfigConst.component_mapper, ""):
730 _component_mapper = task.config.get(ConfigConst.component_mapper)
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py317 component_mapper = "_component_mapper" variable in ConfigConst
/test/testfwk/developer_test/src/core/command/
H A Dconsole.py503 component_mapper = "_component_mapper" variable in ConfigConst

Completed in 5 milliseconds