Snap for 10481058 from c657a757501172881fe01df0fcd04ef859d47c20 to android10-tests-release
Change-Id: Ie964faced2ae3503b87b4e745f356dc2a57967af
tree: 69339d53b0afd60be37b721c1e979186d9a79fd1
- agents/
- compilation_tools/
- doc/
- drivers/
- hals/
- harnesses/
- proto/
- runners/
- script/
- specification/
- testcases/
- tools/
- utils/
- .clang-format
- .gitignore
- __init__.py
- Android.bp
- OWNERS
- PREUPLOAD.cfg
- README.md
- setup.py
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
- VTS User Manual
- Where to find VTS test cases
- VTS Test Developer Manual (Codelab)