Searched refs:component_base_kit (Results 1 - 4 of 4) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | scheduler.py | 516 getattr(config, ConfigConst.component_base_kit, ""): 521 kit = getattr(config, ConfigConst.component_base_kit) 719 setattr(config, ConfigConst.component_base_kit, cur_kit) 723 component_kit = task.config.get(ConfigConst.component_base_kit, None)
|
H A D | source.py | 184 getattr(config, ConfigConst.component_base_kit, "") and \ 222 getattr(config, ConfigConst.component_base_kit, ""):
|
/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 318 component_base_kit = "component_base_kit" variable in ConfigConst
|
/test/testfwk/developer_test/src/core/command/ |
H A D | console.py | 504 component_base_kit = "component_base_kit"
variable in ConfigConst
|
Completed in 6 milliseconds