commit | e3a2583f0be78bbb06a884131b40c6828cc2fd6c | [log] [tgz] |
---|---|---|
author | Bowgo Tsai <bowgotsai@google.com> | Thu Apr 25 14:54:00 2019 +0800 |
committer | Bowgo Tsai <bowgotsai@google.com> | Thu May 02 11:55:25 2019 +0800 |
tree | 5241b296e0ce9f58cb6b7137f4164789f4614df9 | |
parent | cd330468fbe87b92255ec5cda03d43eaa9509af6 [diff] |
Avoid using 'su' when running llkd When VTS is running, `adb root` will be executed prior to run test cases. So no need to use su to run llkd. Also, in the latest VTS testing flow, an user build GSI will be used with a debug ramdisk. In this case, `adb root` works but there is no /system/xbin/su. Sample error log: 04-25 14:42:25 E/ProcessHelper: ERROR:root:Failed to start llkd 04-25 15:58:22.300 ERROR Failed to stop llkd Bug: 131286127 Test: make vts, run a vts test case to check the above error log no longer exist Change-Id: I4abaf9c83e82529c25a9150ad1dda350025794f0 Merged-In: I4abaf9c83e82529c25a9150ad1dda350025794f0 (cherry picked from commit 9eb19c838bbb9a2206133cd3f1f565858647d82b)
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