Add list of tethering tests that need root access.

Essentially identical to the equivalent DnsResolver test
configurations, except don't use MainlineTestModuleController,
because it does not work on bpf_existence_test since it does not
have an AndroidTest.xml.

MainlineTestModuleController will be added in a follow-up CL once
aosp/1952136 teaches soong to autogenerate the config.

Test: m mts && mts-tradefed run mts-tethering
Change-Id: I86aa1c4387d204f09a42d53be974f6ef34b1dca3
5 files changed
tree: 256d101eb57420239a01ebad0b5f9dda923738b8
  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