/test/testfwk/xdevice/src/xdevice/_core/ |
H A D | constants.py | 22 "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 D | source.py | 25 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 D | lite_driver.py | 24 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 D | openharmony.py | 33 from xdevice import DeviceTestType namespace 201 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.oh_jsunit_test) 445 DeviceTestType.oh_jsunit_test, [])
|
H A D | drivers.py | 34 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 D | c_driver_lite.py | 40 @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 D | cpp_driver_lite.py | 60 @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__.py | 36 from xdevice import DeviceTestType namespace
|
H A D | jsunit_driver.py | 37 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.jsunit_test) 457 DeviceTestType.jsunit_test, [])
|
H A D | oh_kernel_driver.py | 28 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.oh_kernel_test)
|
H A D | ltp_posix_driver.py | 30 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.ltp_posix_test)
|
H A D | oh_jsunit_driver.py | 74 @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 D | cpp_driver.py | 31 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.cpp_test)
|
H A D | oh_yara_driver.py | 76 @Plugin(type=Plugin.DRIVER, id=DeviceTestType.oh_yara_test)
|
/test/testfwk/xdevice/src/xdevice/_core/context/ |
H A D | upload.py | 26 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 D | run.py | 33 from xdevice import DeviceTestType
namespace 378 ".bin", DeviceTestType.ctest_lite)
380 "BIN", DeviceTestType.ctest_lite)
|
/test/testfwk/developer_test/src/core/config/ |
H A D | resource_manager.py | 23 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 D | kit.py | 29 from _core.constants import DeviceTestType namespace 166 exclude_list = json_data.get(DeviceTestType.cpp_test, [])
|
/test/testfwk/developer_test/src/core/testcase/ |
H A D | testcase_manager.py | 30 from xdevice import DeviceTestType
namespace 289 "OHRust", DeviceTestType.oh_rust_test)
|
/test/testfwk/xdevice/plugins/ohos/src/ohos/testkit/ |
H A D | kit_lite.py | 39 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 D | dmlib_lite.py | 23 from xdevice import DeviceTestType namespace 337 if case_type == DeviceTestType.ctest_lite:
|
/test/testfwk/xdevice/src/xdevice/ |
H A D | __init__.py | 50 from _core.constants import DeviceTestType namespace 196 "DeviceTestType",
|