You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
sandy 5629dff5f1 PL280 release code 4 years ago
..
agents PL280 release code 4 years ago
compilation_tools PL280 release code 4 years ago
doc PL280 release code 4 years ago
drivers PL280 release code 4 years ago
hals PL280 release code 4 years ago
harnesses PL280 release code 4 years ago
proto PL280 release code 4 years ago
runners PL280 release code 4 years ago
script PL280 release code 4 years ago
specification PL280 release code 4 years ago
testcases PL280 release code 4 years ago
tools PL280 release code 4 years ago
utils PL280 release code 4 years ago
.clang-format PL280 release code 4 years ago
Android.bp PL280 release code 4 years ago
OWNERS PL280 release code 4 years ago
PREUPLOAD.cfg PL280 release code 4 years ago
README.md PL280 release code 4 years ago
__init__.py PL280 release code 4 years ago
setup.py PL280 release code 4 years ago

README.md

Android Vendor Test Suite (VTS)

VTS consists of a set of testing frameworks and test cases, designed to help enhance the robustness, reliability, and compliance of:

  • the Android system (e.g., Core HALs and libraries) and
  • low-level system software (e.g., kernel, module, and firmware).

VTS has mainly two types of test suites:

  • automated (e.g., record-and-replay and fuzzing) and
  • structural (e.g., gTest and host-driven python) testing.

While the VTS framework and test cases are designed for userdebug or eng build devices, some test cases can be run on user build devices using its app namely, VTS Agent App.

Table of Contents

  1. VTS User Manual
  2. Where to find VTS test cases
  3. VTS Test Developer Manual (Codelab)