add setup doc pointer to LTP doc

Change-Id: I88ca3d7ef81bb1e0527ce9175edf623c7a623cfc
2 files changed
tree: 3f269aaacdb6b044ed91fc8fb2ad9824bf0f25ab
  1. agents/
  2. doc/
  3. drivers/
  4. hals/
  5. harnesses/
  6. images/
  7. proto/
  8. runners/
  9. script/
  10. specification/
  11. sysfuzzer/
  12. testcases/
  13. tools/
  14. utils/
  15. web/
  16. .gitignore
  17. __init__.py
  18. Android.mk
  19. build-java.sh
  20. build-python.sh
  21. create-image-angler.sh
  22. create-image-angler_treble.sh
  23. create-image-bullhead.sh
  24. create-image.sh
  25. README.md
  26. run-angler.sh
  27. run-gce.sh
  28. run-unittest.sh
  29. setup-angler.sh
  30. setup-angler_treble.sh
  31. setup-bullhead.sh
  32. setup-gce.sh
  33. setup.py
  34. setup.sh
  35. vts.mk
README.md

Android Vendor Test Suite (VTS)

VTS consists of a set of testing frameworks and testcases, designed to help Android SoC Vendors, Device Manufactures, OEMs, and other partners enhance the robustness, reliability, and compatibility of:

  • the Android system (e.g., 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., fuzzing) and
  • structural (e.g., gTest) testing.

Everyone can download the VTS package from the AOSP website, and run the VTS tests in order to produce a VTS report, which can be submitted to the Android Partner Engineering to obtain a certificate.