Revert "blacklists VtsKernelLtp.syscalls.mprotect04 from presubmit"

This reverts commit c8f4e7419df34fe689c5bdb196f0be43450033e1.

Reason for revert: mprotect04 fixed by I3bc3e757bf818d080da69463fd0c5c6ecde6b8d9 . Test can be re-enabled.

(cherry picked from commit a1ddbf0444f2efb8948a7c31045f9257d3b21e62)

Bug: 122966836
Change-Id: I2aca2224d93d0f278d33a781a6576f5417b73f40
1 file changed
tree: fd97e4804fe4e2cb69c67cdf5282d79886f66cce
  1. agents/
  2. compilation_tools/
  3. doc/
  4. drivers/
  5. hals/
  6. harnesses/
  7. proto/
  8. runners/
  9. script/
  10. specification/
  11. testcases/
  12. tools/
  13. utils/
  14. .clang-format
  15. .gitignore
  16. __init__.py
  17. Android.bp
  18. OWNERS
  19. PREUPLOAD.cfg
  20. README.md
  21. setup.py
README.md

Android Vendor Test Suite (VTS)

VTS consists of a set of testing frameworks and test cases, designed to help enhance the robustness, reliability, and compliance of:

  • the Android system (e.g., Core HALs and libraries) and
  • low-level system software (e.g., kernel, module, and firmware).

VTS has mainly two types of test suites:

  • automated (e.g., record-and-replay and fuzzing) and
  • structural (e.g., gTest and host-driven python) testing.

While the VTS framework and test cases are designed for userdebug or eng build devices, some test cases can be run on user build devices using its app namely, VTS Agent App.

Table of Contents

  1. VTS User Manual
  2. Where to find VTS test cases
  3. VTS Test Developer Manual (Codelab)