大家好,又见面了,我是你们的朋友全栈君。
① 执行完整的CTS测试计划:run cts –plan CTS
② 单独测试某一个Module:
run cts –module/ -m + module name
③ 单独测试某一Test 下的方法:
run cts –module/ -m + module name –test / -t + test name # method name
④ Fail项测试:
run retry –retry + session
1,run vts -m VtsHalSoundtriggerV2_0Target -t SoundTriggerHidlTest.LoadInvalidModelFail_32bit 单项测试
2,run vts -m VtsHalSoundtriggerV2_0Target 模块测试
3,run vts 完整测试
run cts-on-gsi
run cts -m CtsCameraTestCases -t android.hardware.cts.CameraTest#testPreviewFpsRange
run A -m B -t C -a D -s E
A: 表示跑哪种测试,目前有cts、 gts、 sts、 cts-on-gsi 、 vts 。其中只有cts-on-gsi 、 vts这两个测试需要刷google的system.img
B: 表示具体模块 如: CtsNetTestCases
C:表示B下面的子模块 如: android.net.wifi.cts.WifiManagerTest#testSetWifiEnabledByAppDoesNotStopHotspot
D:表示是测试32位还是64位 如:arm64-v8a armeabi-v7a 第一个表示64位,第二表示32位
E:表示你要测试的设备号,即adb devices显示的号
发布者:全栈程序员-用户IM,转载请注明出处:https://javaforall.cn/127889.html原文链接:https://javaforall.cn
【正版授权,激活自己账号】: Jetbrains全家桶Ide使用,1年售后保障,每天仅需1毛
【官方授权 正版激活】: 官方授权 正版激活 支持Jetbrains家族下所有IDE 使用个人JB账号...