pack vts.tar.gz as part of android-vts.zip (for serving)

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