Home
last modified time | relevance | path

Searched refs:lite_device (Results 1 – 4 of 4) sorted by relevance

/test/testfwk/developer_test/src/core/driver/
Dlite_driver.py79 lite_device = None variable in LiteUnitTest
112 self.lite_device = request.config.environment.devices[0]
113 self.lite_device.connect()
136 self.lite_device.execute_command_with_timeout(
147 _, status, _ = self.lite_device.execute_command_with_timeout(
166 self.lite_device.execute_command_with_timeout("cd /{}".format(
193 self.lite_device.execute_command_with_timeout(
198 self.lite_device.execute_command_with_timeout(
261 self.lite_device.close()
266 self.lite_device.execute_command_with_timeout(
[all …]
/test/testfwk/xdevice/plugins/ohos/src/ohos/managers/
Dmanager_lite.py41 @Plugin(type=Plugin.MANAGER, id=ManagerType.lite_device)
/test/testfwk/xdevice/src/xdevice/_core/
Dconstants.py210 lite_device = "device_lite" variable in ManagerType
/test/testfwk/developer_test/src/core/config/
Dresource_manager.py186 … self.lite_device.execute_command_with_timeout(command, case_type=DeviceTestType.lite_cpp_test)