• Home
Name Date Size #Lines LOC

..--

codelab/03-May-2024-246100

framework_test/03-May-2024-5227

fuzz/03-May-2024-495279

host/03-May-2024-1,245680

library/03-May-2024-12963

system/03-May-2024-304149

target/03-May-2024-837519

template/03-May-2024-1,6081,144

README.mdD03-May-2024720 2212

__init__.pyD03-May-20240 10

run-on-host.mkD03-May-20241.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