Home
last modified time | relevance | path

Searched refs:DeviceTestType (Results 1 - 22 of 22) sorted by relevance

/test/testfwk/xdevice/src/xdevice/_core/
H A Dconstants.py22 "DeviceTestType", "HostTestType", "HostDrivenTestType",
109 class DeviceTestType(object): class
111 DeviceTestType enumeration
162 DeviceTestType.cpp_test,
163 DeviceTestType.dex_test,
164 DeviceTestType.hap_test,
165 DeviceTestType.junit_test,
166 DeviceTestType.dex_junit_test,
167 DeviceTestType.jsunit_test,
168 DeviceTestType
[all...]
/test/testfwk/xdevice/src/xdevice/_core/executor/
H A Dsource.py25 from _core.constants import DeviceTestType namespace
50 TEST_TYPE_DICT = {"DEX": DeviceTestType.dex_test,
51 "HAP": DeviceTestType.hap_test,
52 "APK": DeviceTestType.hap_test,
54 "JST": DeviceTestType.jsunit_test,
55 "OHJST": DeviceTestType.oh_jsunit_test,
56 "CXX": DeviceTestType.cpp_test,
57 "BIN": DeviceTestType.lite_cpp_test}
58 EXT_TYPE_DICT = {".dex": DeviceTestType.dex_test,
59 ".hap": DeviceTestType
[all...]
/test/testfwk/developer_test/src/core/driver/
H A Dlite_driver.py24 from xdevice import DeviceTestType namespace
70 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.lite_cpp_test)
154 self.mnt_cmd, case_type=DeviceTestType.lite_cpp_test, timeout=3)
166 self.mnt_cmd, case_type=DeviceTestType.lite_cpp_test,
187 case_type=DeviceTestType.lite_cpp_test)
215 case_type=DeviceTestType.lite_cpp_test)
219 test_command, case_type=DeviceTestType.lite_cpp_test)
291 case_type=DeviceTestType.lite_cpp_test)
295 case_type=DeviceTestType.lite_cpp_test)
306 command=ls_command, case_type=DeviceTestType
[all...]
H A Dopenharmony.py33 from xdevice import DeviceTestType namespace
201 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.oh_jsunit_test)
445 DeviceTestType.oh_jsunit_test, [])
H A Ddrivers.py34 from xdevice import DeviceTestType, check_result_report namespace
537 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.cpp_test)
824 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.jsunit_test)
1174 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.oh_rust_test)
/test/testfwk/xdevice/plugins/ohos/src/ohos/drivers/
H A Dc_driver_lite.py40 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.ctest_lite)
186 command=reset_cmd, case_type=DeviceTestType.ctest_lite,
252 command=[], case_type=DeviceTestType.ctest_lite,
304 command=[], case_type=DeviceTestType.ctest_lite,
358 command=result, case_type=DeviceTestType.ctest_lite,
H A Dcpp_driver_lite.py60 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.cpp_test_lite)
222 case_type=DeviceTestType.cpp_test_lite,
245 case_type=DeviceTestType.cpp_test_lite,
322 command=command, case_type=DeviceTestType.cpp_test_lite,
328 case_type=DeviceTestType.cpp_test_lite,
448 command=ls_command, case_type=DeviceTestType.cpp_test_lite,
H A D__init__.py36 from xdevice import DeviceTestType namespace
H A Djsunit_driver.py37 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.jsunit_test)
457 DeviceTestType.jsunit_test, [])
H A Doh_kernel_driver.py28 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.oh_kernel_test)
H A Dltp_posix_driver.py30 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.ltp_posix_test)
H A Doh_jsunit_driver.py74 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.oh_jsunit_test)
381 DeviceTestType.oh_jsunit_test, [])
667 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.ValidatorTest)
741 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.oh_jslocal_test)
H A Dcpp_driver.py31 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.cpp_test)
H A Doh_yara_driver.py76 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.oh_yara_test)
/test/testfwk/xdevice/src/xdevice/_core/context/
H A Dupload.py26 from _core.constants import DeviceTestType namespace
227 DeviceTestType.stability_test, DeviceTestType.ux_test, DeviceTestType.ark_web_test]
/test/testfwk/developer_test/src/core/command/
H A Drun.py33 from xdevice import DeviceTestType namespace
378 ".bin", DeviceTestType.ctest_lite)
380 "BIN", DeviceTestType.ctest_lite)
/test/testfwk/developer_test/src/core/config/
H A Dresource_manager.py23 from xdevice import DeviceTestType namespace
218 self.lite_device.execute_command_with_timeout(command, case_type=DeviceTestType.lite_cpp_test)
/test/testfwk/xdevice/src/xdevice/_core/testkit/
H A Dkit.py29 from _core.constants import DeviceTestType namespace
166 exclude_list = json_data.get(DeviceTestType.cpp_test, [])
/test/testfwk/developer_test/src/core/testcase/
H A Dtestcase_manager.py30 from xdevice import DeviceTestType namespace
289 "OHRust", DeviceTestType.oh_rust_test)
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/
H A Dkit_lite.py39 from xdevice import DeviceTestType namespace
177 DeviceTestType.cpp_test_lite
278 case_type=DeviceTestType.cpp_test_lite)
508 command="cd /", case_type=DeviceTestType.cpp_test_lite)
511 case_type=DeviceTestType.cpp_test_lite)
/test/testfwk/xdevice/plugins/ohos/src/ohos/environment/
H A Ddmlib_lite.py23 from xdevice import DeviceTestType namespace
337 if case_type == DeviceTestType.ctest_lite:
/test/testfwk/xdevice/src/xdevice/
H A D__init__.py50 from _core.constants import DeviceTestType namespace
196 "DeviceTestType",

Completed in 15 milliseconds