• Home
Name Date Size #Lines LOC

..--

sysfuzzer/03-May-2024-2,7961,820

testcases/03-May-2024-2,0571,486

tools/03-May-2024-257110

Android.mkD03-May-2024642 181

README.mdD03-May-2024675 1813

vts.mkD03-May-2024221 95

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