Regenerate the ART MTS definition to include standalone ART gtests.

These test modules are added as part of the generated ART MTS
shard 00.

For now, only ART gtests which do not require root access are added,
as we do not generate the necessary files for ART MTS tests requiring
root access (yet).

Test: m mts && mts-tradefed run commandAndExit mts-art
Test: m mts && mts-tradefed run commandAndExit mts-art-shard-00
Bug: 167385698
Change-Id: Ic849be60c9851ebef15cba9c7bbb108a7776cbb3
1 file changed
tree: e41146c36a4b173cfbc63098d273cd26f9bd1c0d
  1. tools/
  2. OWNERS
  3. README.md
README.md

Android Mainline Test Suite (MTS)

MTS consists of a set of testing frameworks and test cases, designed to help enhance the robustness, reliability, and compliance of a mainline train (i.e. a set of mainline modules).

MTS has mainly three types of tests:

  • Unit tests
  • CTS tests
  • GTS tests

//TODO: add user manual