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

..--

agents/23-Mar-2024-1,9931,363

compilation_tools/vtsc/23-Mar-2024-16,61214,518

doc/23-Mar-2024-248140

drivers/23-Mar-2024-10,0216,430

hals/23-Mar-2024-505384

harnesses/23-Mar-2024-11,6527,920

prebuilts/23-Mar-2024-3631

proto/23-Mar-2024-7,1346,451

runners/23-Mar-2024-8,4216,141

script/23-Mar-2024-1,6601,113

specification/23-Mar-2024-606525

testcases/23-Mar-2024-13,2558,891

tools/23-Mar-2024-6,2843,865

utils/23-Mar-2024-22,47716,706

.clang-formatD23-Mar-2024200 1413

OWNERSD23-Mar-202473 54

PREUPLOAD.cfgD23-Mar-2024235 106

README.mdD23-Mar-2024857 2516

__init__.pyD23-Mar-20240 10

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