Regenerate the ART MTS definition to exclude test `NativeCryptoArgTest`.

Test `com.android.org.conscrypt.NativeCryptoArgTest` requires an
updated Conscrypt Module (which may not be available on some test
configurations) to run properly and is not really relevant to ART
Module testing. Exclude it from ART MTS for now, as this is deemed
simpler than the alternative (installing an up-to-date Conscrypt
Module as a prerequisite to running ART Module tests).

Test: m mts && mts-tradefed run commandAndExit mts-art
Test: m mts && mts-tradefed run commandAndExit mts-art-shard-01
Bug: b/198606382
Change-Id: Ifbb088244346ae0bb36f8188795496c3119b39dd
1 file changed
tree: 3b732c5b792f4d7f40f4c8d49dbebe45a6bdfd89
  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