• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..--

codelab/22-Nov-2023-1,6401,109

fuzz/lib_bionic/22-Nov-2023-7431

host/23-Nov-2023-6,8764,588

system/22-Nov-2023-233152

target/23-Nov-2023-416284

template/22-Nov-2023-2,6031,892

vts_selftest/22-Nov-2023-1,344799

README.mdD22-Nov-2023720 2212

__init__.pyD22-Nov-20230 10

run-on-host.mkD22-Nov-20231.6 KiB4523

README.md

1In principle, VTS test cases are co-located with their respective projects.
2
3* HIDL HAL Tests: `test/vts-testcase/hal/<hal name>/<version>` and `hardware/interfaces/<hal name>/<version>/vts`
4
5* Kernel Tests: `test/vts-testcase/kernel`
6
7 * LTP: `external/ltp`
8
9 * Linux Kselftest: `external/linux-kselftest`
10
11* VNDK (Vendor Native Development Kit) Tests: `test/vts-testcase/vndk`
12
13* Performance Tests: `test/vts-testcase/performance`
14
15* Fuzz Tests: `test/vts-testcase/fuzz`
16
17* Security Tests: `test/vts-testcase/security`
18
19The files under this directory (`test/vts/testcases`) are only for:
20VTS codelab, template, tests for legacy components, and tests that are
21under development and do not have any respective projects.
22