Add ConfigInfrastructureServiceUnitTests to MTS

This test verifies the behaviour of the module but is not verifying API behaviour so this doesn't make sense in CTS (but it still makes sense in MTS).

Test: atest ConfigInfrastructureServiceUnitTests

Bug: 285261745

Change-Id: I454dd9de83121d542f3b6d596cc37806efe20b72
1 file changed
tree: 975fd0b046aa45a2b7033d1ccefb89fd0124216b
  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