Add timestamps to dashboard and cleanup code.

Remove unnecessary looping through data and reduce number of
times data needs to be processed before displaying it. Add timestamps
to the results table.

Test: tested locally
Change-Id: I100f887f89631abda28e0d835eca6e6730400fb8
3 files changed
tree: 8349c500e01f46e58cdbcad4e0b6f5a97016bd54
  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.