From 685e19dc97a81793cde22e8014232acb73141f59 Mon Sep 17 00:00:00 2001 From: Bookatz Date: Tue, 24 Dec 2019 15:12:09 -0800 Subject: [PATCH] CtsFsMgrTestCases secondary_user Marks this CTS test module as supporting secondary_user, meaning that the tests are eligible to be run from a regular Android user other than the system user (i.e. other than user 0). Note that 'user' here refers to the concept of users in Android Multiuser; it is NOT the same as a uid. Bug: 141773058 Test: module passed with secondary_user params (--enable-optional-parameterization --module-parameter secondary_user) Change-Id: I1829a4297a49cd38b4b8a2558c92941acab8ab9a --- fs_mgr/tests/AndroidTest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/fs_mgr/tests/AndroidTest.xml b/fs_mgr/tests/AndroidTest.xml index 91c3fb978..0ff89957a 100644 --- a/fs_mgr/tests/AndroidTest.xml +++ b/fs_mgr/tests/AndroidTest.xml @@ -15,6 +15,7 @@