accept a comma-separated target component base dirs

Change-Id: I275e448a97f3f6f45ae35d05fc914e74d49c86c8
4 files changed
tree: bc3189fadde6191ecc7dc285936fa0bab778a84b
  1. agents/
  2. harnesses/
  3. images/
  4. runners/
  5. sysfuzzer/
  6. testcases/
  7. tools/
  8. utils/
  9. __init__.py
  10. Android.mk
  11. build-python.sh
  12. create-image-angler.sh
  13. README.md
  14. run.sh
  15. setup-angler.sh
  16. setup-gce.sh
  17. 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 manily 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.