Babu
Babu

Reputation: 11

AOSP 14 - CTS Modules list & cases

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:

  1. 1151 modules depending on the devices
  2. 4.4M test cases over 2 ABIs
  3. 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

Answers (1)

Rajat Gupta
Rajat Gupta

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

Related Questions