dynamically generate fuzz function and completely remove
HalLightsDataObject.py

Change-Id: I1825ea7f79f2ce77bcbc7a76282fc87dbf32ef79
14 files changed
tree: 0668721c507a1827bd11fae44821fdf1d560cc07
  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. create-image-bullhead.sh
  14. README.md
  15. run-angler.sh
  16. run-gce.sh
  17. setup-angler.sh
  18. setup-bullhead.sh
  19. setup-gce.sh
  20. 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.