Attempt at fixing MTS failures.

Based on the advice of the MTS team, this change adjusts some of
the native code test configs to hopefully start passing again.

We also remove "MediaProviderClientTests" from MTS, since there's no
way to sign it with the platform "media" certificate.

Bug: 153588990, 150950400
Test: atest RedactionInfoTest fuse_node_test
Change-Id: I67c0900121565ccbfdfc9f49b587cb56d02bd007
1 file changed
tree: 7c9963393ee0a550c5112b40f6b39e018a022c16
  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