Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在 android CTS 8.1 代码中没有CtsDeviceAdmin.apk
CtsDeviceAdmin.apk
当我使用重试命令重新运行失败且未执行的模块时,cts 测试报告仅显示以前通过的模块结果,即结果未更新?
在 android 8.1 上运行 cts 需要多少时间?
运行所有 CTS 套件因构建而异,您必须完全运行一次才能获得确定的估计。如果重试卡住了,有时多次运行会卡在相同的结果。您可以为未运行的测试制定子计划并执行该测试。
add subplan --name cts_remain2 --result-type not_executed --session 10 run cts --subplan cts_remain2