• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

agents/22-Nov-2023-1,7751,156

compilation_tools/22-Nov-2023-16,16714,105

doc/22-Nov-2023-248140

drivers/22-Nov-2023-6,3754,201

hals/22-Nov-2023-507361

harnesses/22-Nov-2023-9,6226,645

proto/22-Nov-2023-5,5204,877

runners/22-Nov-2023-7,2655,254

script/22-Nov-2023-1,497997

specification/22-Nov-2023-606525

testcases/22-Nov-2023-7,2484,421

tools/22-Nov-2023-4,7573,021

utils/22-Nov-2023-17,79613,180

.clang-formatD22-Nov-2023200 1413

.gitD01-Jan-19700

.gitignoreD22-Nov-20231.1 KiB9977

Android.bpD22-Nov-2023760 2321

OWNERSD22-Nov-202353 43

PREUPLOAD.cfgD22-Nov-2023148 74

README.mdD22-Nov-2023857 2516

__init__.pyD22-Nov-20230 10

setup.pyD22-Nov-20231 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 (Codelab)](https://codelabs.developers.google.com/codelabs/android-vts)
24
25