Searched refs:HostDrivenTestType (Results 1 - 7 of 7) sorted by relevance
/test/testfwk/xdevice/src/xdevice/_core/executor/ |
H A D | source.py | 28 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 D | constants.py | 22 "DeviceTestType", "HostTestType", "HostDrivenTestType", 151 class HostDrivenTestType(object): class 175 HostDrivenTestType.device_test,
|
/test/testfwk/xdevice/plugins/devicetest/driver/ |
H A D | device_test.py | 47 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 D | windows.py | 23 from xdevice import HostDrivenTestType namespace 49 @Plugin(type=Plugin.DRIVER, id=HostDrivenTestType.windows_test)
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | upload.py | 24 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 D | constants.py | 22 __all__ = ["Constant", "ComType", "HostDrivenTestType", 41 class HostDrivenTestType(object): class
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 65 from _core.constants import HostDrivenTestType namespace 211 "HostDrivenTestType",
|
Completed in 7 milliseconds