You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
jianglk.darker
7ee447c011
|
4 months ago | |
---|---|---|
.. | ||
fuzz/lib_bionic | 4 months ago | |
host | 4 months ago | |
target | 4 months ago | |
template | 4 months ago | |
README.md | 4 months ago | |
__init__.py | 4 months ago | |
run-on-host.mk | 4 months ago |
README.md
In principle, VTS test cases are co-located with their respective projects.
-
HIDL HAL Tests:
test/vts-testcase/hal/<hal name>/<version>
andhardware/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.