Home
last modified time | relevance | path

Searched refs:HostDrivenTestType (Results 1 – 5 of 5) sorted by relevance

/test/testfwk/xdevice/plugins/ohos/src/ohos/
Dconstants.py41 class HostDrivenTestType(object): class
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py141 class HostDrivenTestType(object): class
165 HostDrivenTestType.device_test
/test/testfwk/xdevice/src/xdevice/_core/executor/
Dsource.py27 from _core.constants import HostDrivenTestType
46 "PYT": HostDrivenTestType.device_test,
55 ".py": HostDrivenTestType.device_test,
478 if test_type not in [HostDrivenTestType.device_test]:
479 test_type = HostDrivenTestType.device_test
Dscheduler.py63 from _core.constants import HostDrivenTestType
1000 … if test_type == HostDrivenTestType.device_test or test_type == HostDrivenTestType.windows_test:
/test/testfwk/xdevice/src/xdevice/
D__init__.py62 from _core.constants import HostDrivenTestType