connect01 segfault test

to make sure runner survives and continues

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