Home
last modified time | relevance | path

Searched refs:HostDrivenTestType (Results 1 - 7 of 7) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py28 from _core.constants import HostDrivenTestType namespace
53 "PYT": HostDrivenTestType.device_test,
61 ".py": HostDrivenTestType.device_test,
506 if test_type not in [HostDrivenTestType.device_test]:
507 test_type = HostDrivenTestType.device_test
/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py22 "DeviceTestType", "HostTestType", "HostDrivenTestType",
151 class HostDrivenTestType(object): class
175 HostDrivenTestType.device_test,
/test/testfwk/xdevice/plugins/devicetest/driver/
H A Ddevice_test.py47 from xdevice import HostDrivenTestType namespace
145 @Plugin(type=Plugin.DRIVER, id=HostDrivenTestType.device_test)
312 @Plugin(type=Plugin.DRIVER, id=HostDrivenTestType.device_testsuite)
H A Dwindows.py23 from xdevice import HostDrivenTestType namespace
49 @Plugin(type=Plugin.DRIVER, id=HostDrivenTestType.windows_test)
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dupload.py24 from _core.constants import HostDrivenTestType namespace
226 test_type_list = [HostDrivenTestType.device_test, HostDrivenTestType.windows_test,
/test/testfwk/xdevice/plugins/ohos/src/ohos/
H A Dconstants.py22 __all__ = ["Constant", "ComType", "HostDrivenTestType",
41 class HostDrivenTestType(object): class
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py65 from _core.constants import HostDrivenTestType namespace
211 "HostDrivenTestType",

Completed in 7 milliseconds