tree: 0fd44e851c8c8be493da9259c51c983b0d345714 [path history] [tgz]
  1. codelab/
  2. framework_test/
  3. fuzz/
  4. host/
  5. library/
  6. system/
  7. target/
  8. template/
  9. __init__.py
  10. Android.mk
  11. README.md
  12. 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.