Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
codelab/ | 03-May-2024 | - | 1,649 | 991 | ||
fuzz/lib_bionic/ | 03-May-2024 | - | 74 | 31 | ||
host/ | 03-May-2024 | - | 2,397 | 1,500 | ||
system/ | 03-May-2024 | - | 238 | 124 | ||
target/ | 03-May-2024 | - | 835 | 514 | ||
template/ | 03-May-2024 | - | 2,576 | 1,860 | ||
vts_selftest/ | 03-May-2024 | - | 1,384 | 717 | ||
Android.bp | D | 03-May-2024 | 708 | 19 | 17 | |
README.md | D | 03-May-2024 | 720 | 22 | 12 | |
__init__.py | D | 03-May-2024 | 0 | 1 | 0 | |
run-on-host.mk | D | 03-May-2024 | 1.6 KiB | 45 | 23 |
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