commit | daa27e2e65b92bc9f34dab0685eb94bf8d292d11 | [log] [tgz] |
---|---|---|
author | nelsonli <nelsonli@google.com> | Thu May 28 00:58:48 2020 +0800 |
committer | nelsonli <nelsonli@google.com> | Fri May 29 23:40:04 2020 +0800 |
tree | 43d4ea7ab75125d430e561fe3533d8e59f806b4a | |
parent | e74ea2e28ca91d2505f6883bc48a2afb958930fe [diff] |
[VTS] add option of is-hwasan and is-low-mem in KernelTestModuleController. Add option to check is-hwasan and is-low-mem in ltp config. Bug: 157435167 Test: 1. m -j vts; (Run unit test) vts-tradefed run singleCommand host -n --console-result-reporter:suppress-passed-tests --class com.android.tradefed.testtype.suite.module.KernelTestModuleControllerTest 2. patch ag/11606230 atest vts_ltp_test_arm_64_hwasan atest vts_ltp_test_arm_64_lowmem atest vts_ltp_test_arm_64_lowmem_hwasan atest vts_ltp_test_arm_lowmem_hwasan atest vts_ltp_test_arm_hwasan atest vts_ltp_test_arm_lowmem Change-Id: I94e1be568574cb7e5500876697714fc3bb60db5a
VTS consists of a set of testing frameworks and test cases, designed to help enhance the robustness, reliability, and compliance of:
VTS has mainly two types of test suites:
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