Exclude NetworkStackTests from main mts

NetworkStackTests should only be run in mts-network-coverage for
coverage, not in the main mts suite, since it's just unit tests and
require userdebug builds.

Also change the mts-network-coverage config not to include mts.xml, as
it includes mts-exclude.xml.

Test: m mts
      "mts-tradefed run mts-network-coverage --exclude-filter \
          NetworkStackTests" runs nothing as expected

Merged-In: Ic44c077e8798d3907d23fd094d344b5a97a43fea
Change-Id: I91be74f2587c717a2a1315ef9fb104240519af56
(cherry-pick with conflicts in mts-exclude.xml)
2 files changed
tree: 8cf199e299cef8ab65fd7cef0ed1ccb8e85d11ab
  1. tests/
  2. tools/
  3. Android.mk
  4. 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