当前位置:网站首页>CTS测试方法「建议收藏」
CTS测试方法「建议收藏」
2022-07-25 23:02:00 【全栈程序员站长】
大家好,又见面了,我是你们的朋友全栈君。
① 执行完整的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显示的号
发布者:全栈程序员栈长,转载请注明出处:https://javaforall.cn/127889.html原文链接:https://javaforall.cn
边栏推荐
- 【PMP学习笔记】第1章 PMP体系引论
- Tree view model example of QT
- 1000 okaleido tiger launched binance NFT, triggering a rush to buy
- Ssh server CBC encryption mode vulnerability (cve-2008-5161)
- Notification设置的小图标显示的是小方块
- MathType安装和解决不能Crtl+V的问题
- The difference between "rewrite" and "overload"
- 单元测试,写起来到底有多痛?
- We media people must have four material websites, and don't worry about finding materials anymore
- Deep recursion, deep search DFS, backtracking, paper cutting learning.
猜你喜欢
![[文献阅读] - HRL -[HRL with Universal Policies for Multi-Step Robotic Manipulation]](/img/34/06d5ba3af4e6e775a335324c020161.png)
[文献阅读] - HRL -[HRL with Universal Policies for Multi-Step Robotic Manipulation]

Network Security Learning (XIII) data link layer
![[literature reading] - HRL -[hrl with universal policies for multi step robotic control]](/img/34/06d5ba3af4e6e775a335324c020161.png)
[literature reading] - HRL -[hrl with universal policies for multi step robotic control]

Mongodb的特点、与MySQL的差别、以及应用场景

Why should we launch getaverse?

Review of static routing

自媒体人必备的4个资源工具,每一个都很实用

Network Security Learning (16)

Kibana~后台启动Kibana之后无法找到进程号

recyclerview计算滑动距离之computeHorizontalScrollExtent-computeHorizontalScrollRange-computeHorizontalScrol
随机推荐
We media people must have four resource tools, each of which is very practical
recyclerview计算滑动距离之computeHorizontalScrollExtent-computeHorizontalScrollRange-computeHorizontalScrol
Understanding of forward proxy and reverse proxy
Similarities and differences between equals and "= ="
Details of notification (status bar notification)
AI chief architect 12 AICA industrial landing analysis under the industrial production process optimization scenario
CMU AI PhD first year summary
Summary of traversal methods of six sets list, set, map, queue, deque and stack
Matrixcube unveils the complete distributed storage system matrixkv implemented in 102-300 lines
Node.js operation database
The difference between "= =" and equals
[PMP learning notes] Chapter 1 Introduction to PMP System
The third experiment OSPF
Ma Tiji Wanmin hall Chef
QT operation to solve large amount of duplicate data
What are the differences between FileInputStream and bufferedinputstream?
2020-09-17
Vs2017 compilation encountered the error HResult e returned by the call of COM component_ FAIL
Simple setting of drop-down triangle
Day006 select structure (if statement exercise)