Move 64 recently fixed LTP tests from staging to stable. Move 17 fixed tests from disabled to staging

The 64 tests pass on bullhead and angler in dashboard staging results.
Tested locally on pixel and pixelXL.

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