Home | History | Annotate | only in /test/vts
Up to higher level directory
NameDateSize
.clang-format05-Oct-2017201
.gitignore05-Oct-20171.1K
__init__.py05-Oct-20170
agents/05-Oct-2017
Android.bp05-Oct-2017742
compilation_tools/05-Oct-2017
doc/05-Oct-2017
drivers/05-Oct-2017
hals/05-Oct-2017
harnesses/05-Oct-2017
PREUPLOAD.cfg05-Oct-2017148
proto/05-Oct-2017
README.md05-Oct-2017929
runners/05-Oct-2017
script/05-Oct-2017
setup.py05-Oct-20171K
specification/05-Oct-2017
testcases/05-Oct-2017
tools/05-Oct-2017
utils/05-Oct-2017
web/05-Oct-2017

README.md

      1 # Android Vendor Test Suite (VTS)
      2 
      3 VTS consists of a set of testing frameworks and test cases, designed to help
      4 enhance 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 
      9 VTS 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 
     14 While the VTS framework and test cases are designed for userdebug or eng build
     15 devices, some test cases can be run on user build devices using its app namely,
     16 VTS Agent App.
     17 
     18 __Table of Contents__
     19 
     20 1. [VTS User Manual](doc/user_manual.md)
     21 2. [Where to find VTS test cases](testcases/README.md)
     22 3. [VTS Test Developer
     23    Manual](https://codelabs.developers.google.com/codelabs/android-vts/index.html)
     24 4. [VTS Framework Developer Manual](doc/framework_developer_manual.md)
     25 
     26