tree: 57bf12a40741034a6c92646e29bc22adbd39281b [path history] [tgz]
  1. codelab/
  2. fuzz/
  3. host/
  4. system/
  5. target/
  6. template/
  7. vts_selftest/
  8. __init__.py
  9. README.md
  10. run-on-host.mk
testcases/README.md

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

  • HIDL HAL Tests: test/vts-testcase/hal/<hal name>/<version> and hardware/interfaces/<hal name>/<version>/vts

  • Kernel Tests: test/vts-testcase/kernel

  • LTP: external/ltp

  • Linux Kselftest: external/linux-kselftest

  • VNDK (Vendor Native Development Kit) Tests: test/vts-testcase/vndk

  • 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.