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.
8308浏览 • 3回复 待解决
code:9568305 error: dependent module does not exist.
2870浏览 • 1回复 待解决
编译出来的release包,安装的时候提示dependent module does not exist
209浏览 • 1回复 待解决
hdf xts兼容性测试,TOUCH_INDEX=1 导致INPUT测试失败
584浏览 • 0回复 待解决
报错Property 'pushUrl' does not exist on type 'typeof router'.
3435浏览 • 1回复 待解决
The profile does not contain the udid of the device.
20007浏览 • 1回复 待解决
启动UIAbility报The specified ability does not exist 错误是什么原因?
595浏览 • 1回复 待解决
在DevEco Studio中出现The <form> component does not exist.报错信息
6290浏览 • 1回复 待解决
BuildProfile自定义字段报错:Property 'BUILD_VERSION' does not exist on type 'typeof BuildProfile'
634浏览 • 1回复 待解决
如何解决编译报错“Property xxx does not exist on type 'typeof BuildProfile'
2619浏览 • 1回复 待解决
错误码9568305怎么处理,安装hap时报错:dependent module does not exist
1286浏览 • 1回复 待解决
适配OpenHarmony是否必须要过XTS认证
1838浏览 • 0回复 待解决
安装hap提示:BundleName in the project configuration does not match that in the SigningConfigs.
1224浏览 • 1回复 待解决
entry和hsp分属两个不同工程,安装时报dependent module does not exist.错误
1797浏览 • 1回复 待解决
启动UIAbility时报“must have required property 'startWindowIcon'”错误
1801浏览 • 1回复 待解决
安装Device Tool后打开VSCode,提示“No Python at 'xxx\python.exe'”,怎么解决?
13128浏览 • 1回复 待解决
Device Tool工具点击Build按钮编译时,提示"socket hang up",怎么解决?
5878浏览 • 1回复 待解决
Device Tool工具点击Build按钮编译时,提示"PackageManager:Installing gn",怎么解决?
5518浏览 • 1回复 待解决
Device Tool安装过程中提示"Failed to create virtual environment",怎么解决?
19380浏览 • 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解决的。