Home
last modified time | relevance | path

Searched refs:subsystems (Results 1 – 16 of 16) sorted by relevance

/test/xts/tools/build/
Dtest_package_select.py24 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/
Dmake_report.py123 subsystems = ""
128 subsystems = subsystems + "、" + subsystem
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dsource.py69 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 \
Dscheduler.py892 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/
Dmanager_env.py301 subsystems, parts = getattr(device, ConfigConst.support_component)
303 if required_subsystems not in subsystems and \
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py268 subsystems = "subsystems" variable in ConfigConst
/test/testfwk/xdevice/src/xdevice/_core/command/
Dconsole.py399 if options.subsystems:
400 subsystem_list = str(options.subsystems).split(";")
401 setattr(options, ConfigConst.subsystems, subsystem_list)
/test/testfwk/developer_test/src/core/command/
Dconsole.py506 subsystems = "subsystems" variable in ConfigConst
/test/ostest/wukong/
DREADME.md14 …ject events into the system based on supported event types, relying on subsystems such as Windows,…
/test/testfwk/developer_test/
DREADME.md254 …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/
Dkit.py943 subsystems, parts = self.get_white_list()
945 subsystem_set.update(subsystems)
/test/xts/hats/
DREADME.en.md47 │ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
/test/xts/dcts/
DREADME.md47 │ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
/test/xts/tools/lite/
DREADME.md53 │ └── subsystem_lite # Source code of subsystems test cases for mini- and small-system devices
/test/xts/tools/
DREADME.md49 │ └── subsystem_lite # Source code of subsystems test cases for mini and small systems
/test/xts/acts/
DREADME.md49 │ └── subsystem_lite # Source code of subsystems test cases for mini and small systems