From f3504ec58d0daca33078c7329bb3240b9a17c935 Mon Sep 17 00:00:00 2001 From: Nikita Ioffe Date: Tue, 14 Apr 2020 18:57:07 +0100 Subject: [PATCH] Add RootTargetPreparer for CtsInitTestCases and CtsFsMgrTestCases Some of the test cases in CtsInitTestCases and CtsFsMgrTestCases require root. This CL makes it possible to run such tests cases on userdebug builds, which in turn means that they will be run on presubmit. New option was implemented in https://android-review.googlesource.com/c/platform/tools/tradefederation/+/1283834 Test: atest CtsInitTestCases Test: atest CtsFsMgrTestCases Change-Id: I3d29789ddd7ac549e40ac193c58d986670c49285 --- fs_mgr/tests/AndroidTest.xml | 3 +++ init/AndroidTest.xml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/fs_mgr/tests/AndroidTest.xml b/fs_mgr/tests/AndroidTest.xml index 0ff89957a..de835b3ad 100644 --- a/fs_mgr/tests/AndroidTest.xml +++ b/fs_mgr/tests/AndroidTest.xml @@ -21,6 +21,9 @@