parameterize epoch_count, the number of blackbox fuzz test runs

Change-Id: I902df4148eb85421eb0bdfc63663560157e6a732
3 files changed
tree: 7e3a7c80c6212ab5ba1031fc88e47ab6b5ba0977
  1. frameworks/
  2. sysfuzzer/
  3. testcases/
  4. tools/
  5. Android.mk
  6. README.md
  7. 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.