[DON'T BLOCK] Test ownership migration rules

This CL is created as a best effort to migrate test targets
to the new android ownership model. If you find incorrect or unnecessary
attribution in this CL, please create a separate CL to fix that.

For more details please refer to the link below,
<add g3 doc link>

Bug: 304529413
Test: N/A
Change-Id: I45fbe152eba81eb8d253aeb5ad02035a25ee2e6d
2 files changed
tree: 49ffb71cfb1cf9bc6a20dc30a8a1e4b794bd1537
  1. hostsidetests/
  2. tests/
  3. tools/
  4. OWNERS
  5. PREUPLOAD.cfg
  6. README.md
README.md

Android Compatibility Test Suite - Root extension (CTS-Root)

This is an extension the main CTS test suite, for general compatibility tests that require root privileges or a debuggable device.

Note that the name of this suite in the build system is CTS_ROOT (with an underscore), so this is built with m cts_root and tests must be tagged with cts_root in their test_suites to be included.

However in tradefed the name is cts-root (with a hyphen), so use cts-root-tradefed to run it, and run cts-root to run the default cts-root plan.