specify the report for vts-host campaign

Change-Id: I28adaff758aacb74a1d9b126a35ee0a9b24886ca
1 file changed
tree: 7c23c88995960686d1a4593f373c901d8943f06c
  1. agents/
  2. hals/
  3. harnesses/
  4. images/
  5. runners/
  6. sysfuzzer/
  7. testcases/
  8. tools/
  9. utils/
  10. .gitignore
  11. __init__.py
  12. Android.mk
  13. build-python.sh
  14. create-image-angler.sh
  15. create-image-bullhead.sh
  16. create-image.sh
  17. README.md
  18. run-angler.sh
  19. run-gce.sh
  20. run-unittest.sh
  21. setup-angler.sh
  22. setup-bullhead.sh
  23. setup-gce.sh
  24. setup.py
  25. setup.sh
  26. 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.