Searched refs:subsystems (Results 1 – 16 of 16) sorted by relevance
/test/xts/tools/build/ |
D | test_package_select.py | 24 subsystems = set() 27 subsystems = set(subsystem_data) 28 subsystems.add("demo") 29 subsystems.add("storage") 30 subsystems.add("arkXtest") 31 subsystems.add("validator") 32 subsystems.add("driver") 37 init_subsystems = subsystems.copy() 38 subsystems.clear() 41 subsystems.add(item) [all …]
|
/test/testfwk/developer_test/localCoverage/interfaceCoverage/ |
D | make_report.py | 123 subsystems = "" 128 subsystems = subsystems + "、" + subsystem
|
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
D | source.py | 69 not config.testcase and not config.subsystems and \ 142 subsystem_list = config.subsystems if config.subsystems else list() 174 and not config.subsystems and not config.parts and not \ 211 if getattr(config, ConfigConst.subsystems, []) or \
|
D | scheduler.py | 892 if getattr(config, ConfigConst.subsystems, "") or \ 896 if config.subsystems or config.parts: 897 test_set = (config.subsystems, config.parts) 1330 subsystems, parts = get_white_list() 1331 if not subsystems and not parts:
|
/test/testfwk/xdevice/src/xdevice/_core/environment/ |
D | manager_env.py | 301 subsystems, parts = getattr(device, ConfigConst.support_component) 303 if required_subsystems not in subsystems and \
|
/test/testfwk/xdevice/src/xdevice/_core/ |
D | constants.py | 268 subsystems = "subsystems" variable in ConfigConst
|
/test/testfwk/xdevice/src/xdevice/_core/command/ |
D | console.py | 399 if options.subsystems: 400 subsystem_list = str(options.subsystems).split(";") 401 setattr(options, ConfigConst.subsystems, subsystem_list)
|
/test/testfwk/developer_test/src/core/command/ |
D | console.py | 506 subsystems = "subsystems" variable in ConfigConst
|
/test/ostest/wukong/ |
D | README.md | 14 …ject events into the system based on supported event types, relying on subsystems such as Windows,…
|
/test/testfwk/developer_test/ |
D | README.md | 254 …1. To query the subsystems, modules, product forms, and test types supported by test cases, run t…
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
D | kit.py | 943 subsystems, parts = self.get_white_list() 945 subsystem_set.update(subsystems)
|
/test/xts/hats/ |
D | README.en.md | 47 │ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
|
/test/xts/dcts/ |
D | README.md | 47 │ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
|
/test/xts/tools/lite/ |
D | README.md | 53 │ └── subsystem_lite # Source code of subsystems test cases for mini- and small-system devices
|
/test/xts/tools/ |
D | README.md | 49 │ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
|
/test/xts/acts/ |
D | README.md | 49 │ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
|