| Up to higher level directory | |||
| Name | Date | Size | |
|---|---|---|---|
| __init__.py | 21-Aug-2018 | 0 | |
| Android.bp | 21-Aug-2018 | 708 | |
| codelab/ | 21-Aug-2018 | ||
| fuzz/ | 21-Aug-2018 | ||
| host/ | 21-Aug-2018 | ||
| library/ | 21-Aug-2018 | ||
| README.md | 21-Aug-2018 | 720 | |
| run-on-host.mk | 21-Aug-2018 | 1.6K | |
| system/ | 21-Aug-2018 | ||
| target/ | 21-Aug-2018 | ||
| template/ | 21-Aug-2018 | ||
| vts_selftest/ | 21-Aug-2018 | ||
1 In 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 19 The files under this directory (`test/vts/testcases`) are only for: 20 VTS codelab, template, tests for legacy components, and tests that are 21 under development and do not have any respective projects. 22