XTS测试 acts 提示 required device does not exist
hi3516dv300 根据以下连接做 全量用例执行指导 ,获取了 out/release/suites/acts
https://device.harmonyos.com/cn/docs/develop/subsystems/subsys-xts-guide-0000001080643661
调试的时候在window环境 直接运行 run.bat,会出现以下的问题
控制台的信息
确保window的hdc能连接到设备,并设置了ip地址和netmask地址
device type="usb-hdc"
ip 地址设置成统一网段的,也无法找到hdc 已经检测到的设备。端口号9111或者8710都不行。
用hitool刷机也可以连接上com口
hdc 可以连接到设备上。
Python版本是 3.8.1
鸿蒙
开发
HarmonyOS
赞
收藏 0
回答 4
相关问题
The <canvas> component does not exist.
9388浏览 • 3回复 待解决
code:9568305 error: dependent module does not exist.
3905浏览 • 1回复 待解决
编译出来的release包,安装的时候提示dependent module does not exist
726浏览 • 1回复 待解决
报错Property 'pushUrl' does not exist on type 'typeof router'.
4551浏览 • 1回复 待解决
编译工程提示“This device type does not match project profile.”或安装时出现 “DEVICE_NOT_SUPPORT_ER
254浏览 • 0回复 待解决
在DevEco Studio中出现The <form> component does not exist.报错信息
7244浏览 • 1回复 待解决
启动UIAbility报The specified ability does not exist 错误是什么原因?
1914浏览 • 1回复 待解决
The profile does not contain the udid of the device.
22016浏览 • 1回复 待解决
hdf xts兼容性测试,TOUCH_INDEX=1 导致INPUT测试失败
1328浏览 • 0回复 待解决
BuildProfile自定义字段报错:Property 'BUILD_VERSION' does not exist on type 'typeof BuildProfile'
1518浏览 • 1回复 待解决
如何解决编译报错“Property xxx does not exist on type 'typeof BuildProfile'
5112浏览 • 1回复 待解决
#鸿蒙通关秘籍#如何在xDevice中运行XTS测试用例?
1226浏览 • 1回复 待解决
HarmonyOS 发布Har包公司私仓提醒ERROR: HttpCode 400 Group does not exist!
577浏览 • 1回复 待解决
错误码9568305怎么处理,安装hap时报错:dependent module does not exist
2474浏览 • 1回复 待解决
HarmonyOS 集成态hsp 报错:error: Failed to install the HAP or HSP because the dependent module does not exist
1426浏览 • 1回复 待解决
HarmonyOS 提交测试包,提示999
961浏览 • 1回复 待解决
目前你的问题是需要在kernel中配置nfs,并在windows系统上安装对应的支持,但是目前该方法非常复杂,也很难成功。
建议您采用以下方案:
1、将编译后的xts压缩包通过hdc push到板子中,解压xts压缩包后,自己写一个shell脚本,调用每个子系统目录中的用例bin。目前不确定单独子系统的用例是否是阻塞执行,不建议并行执行。可以在shell中检测对应的子系统用例进程是否退出后,再执行下一个用例进程;
2、以root权限执行shell。
也遇到同样的问题,不知道如何解决,不知道user_config.xml配置不对还是其他什么问题。
参考文档:https://harmonyos.51cto.com/posts/10218
XTS测试 acts 提示 required device does not exist,就是通过修改为默认端口8710解决的。