Name |
Date |
Size |
#Lines |
LOC |
||
---|---|---|---|---|---|---|
.. | - | - | ||||
hostsidetests/ | 03-May-2024 | - | 1,753 | 1,194 | ||
tests/ | 03-May-2024 | - | 1,936 | 1,300 | ||
tools/ | 03-May-2024 | - | 386 | 236 | ||
OWNERS | D | 03-May-2024 | 48 | 3 | 2 | |
PREUPLOAD.cfg | D | 03-May-2024 | 156 | 5 | 4 | |
README.md | D | 03-May-2024 | 546 | 13 | 9 |
README.md
1# Android Compatibility Test Suite - Root extension (CTS-Root) 2 3This is an extension the main CTS test suite, for general compatibility tests 4that require root privileges or a debuggable device. 5 6Note that the name of this suite in the build system is CTS_ROOT (with an 7underscore), so this is built with `m cts_root` and tests must be tagged with 8`cts_root` in their test_suites to be included. 9 10However in tradefed the name is cts-root (with a hyphen), so use 11`cts-root-tradefed` to run it, and `run cts-root` to run the default cts-root 12plan. 13