• Home
Name Date Size #Lines LOC

..--

agents/03-May-2024-1,8631,228

compilation_tools/03-May-2024-11,0939,114

doc/03-May-2024-428267

drivers/03-May-2024-7,1424,796

hals/03-May-2024-507361

harnesses/03-May-2024-4,5033,212

proto/03-May-2024-4,2713,785

runners/03-May-2024-6,3204,577

script/03-May-2024-1,343893

specification/03-May-2024-2,2341,996

testcases/03-May-2024-4,9842,996

tools/03-May-2024-3,0291,746

utils/03-May-2024-11,0698,102

web/03-May-2024-24,84215,995

.clang-formatD03-May-2024201 1413

.gitignoreD03-May-20241.1 KiB9977

Android.bpD03-May-2024742 2220

PREUPLOAD.cfgD03-May-2024148 74

README.mdD03-May-2024929 2617

__init__.pyD03-May-20240 10

setup.pyD03-May-20241 KiB4019

README.md

1# Android Vendor Test Suite (VTS)
2
3VTS consists of a set of testing frameworks and test cases, designed to help
4enhance the robustness, reliability, and compliance of:
5
6  * the Android system (e.g., Core HALs and libraries) and
7  * low-level system software (e.g., kernel, module, and firmware).
8
9VTS has mainly two types of test suites:
10
11  * automated (e.g., record-and-replay and fuzzing) and
12  * structural (e.g., gTest and host-driven python) testing.
13
14While the VTS framework and test cases are designed for userdebug or eng build
15devices, some test cases can be run on user build devices using its app namely,
16VTS Agent App.
17
18__Table of Contents__
19
201. [VTS User Manual](doc/user_manual.md)
212. [Where to find VTS test cases](testcases/README.md)
223. [VTS Test Developer
23   Manual](https://codelabs.developers.google.com/codelabs/android-vts/index.html)
244. [VTS Framework Developer Manual](doc/framework_developer_manual.md)
25
26