Reputation: 11
I need to fetch all the modules under which all the testcases associated. How & where do I get that I couldn't find it anywhere.
As per Releases notes:
The number of test modules and test cases are as follows:
- 1151 modules depending on the devices
- 4.4M test cases over 2 ABIs
- In Android 14, a total of 136 new modules are added and a total of 19 modules are removed. See the following tables for more information.
I'm trying to perform CTS 14 in a device it is going to bricked state or off. Is there any split I can do to run it like DrawElements and others kind of.
Upvotes: 0
Views: 483
Reputation: 774
If you download the CTS files on your Linux workmachine, you can use the CTS console command line to list the modules via the list modules
command.
Ref: CTS v2 console command reference
Upvotes: 0