tree: 8fb1655054cbe43f757de2877ae70d64ffb9ad15 [path history] [tgz]
  1. codelab/
  2. framework_test/
  3. fuzz/
  4. hal/
  5. host/
  6. library/
  7. system/
  8. target/
  9. template/
  10. __init__.py
  11. Android.mk
  12. README.md
  13. run-on-host.mk
testcases/README.md

In principle, VTS test cases are co-located with their respective projects.

  • HIDL HAL Tests: hardware/interfaces/<hal name>/<version>/vts

  • Kernel Tests: test/vts-testcase/kernel

  • LTP: external/ltp

  • Linux Kselftest: external/linux-kselftest

  • Performance Tests: test/vts-testcase/performance

  • Fuzz Tests: test/vts-testcase/fuzz

  • Security Tests: test/vts-testcase/security

The files under this directory (test/vts/testcases) are only for: VTS codelab, template, tests for legacy components, and tests that are under development and do not have any respective projects.