README.md
1# Android Vendor Test Suite (VTS)
2
3VTS consists of a set of testing frameworks and testcases, designed to help
4Android SoC Vendors, Device Manufactures, OEMs, and other partners
5enhance the robustness, reliability, and compatibility of:
6
7 * the Android system (e.g., HALs and libraries) and
8 * low-level system software (e.g., kernel, module, and firmware).
9
10VTS has manily two types of test suites:
11 * automated (e.g., fuzzing) and
12 * structural (e.g., gTest) testing.
13
14Everyone can download the VTS package from the AOSP website, and
15run the VTS tests in order to produce a VTS report,
16which can be submitted to the Android Partner Engineering
17to obtain a certificate.
18