Skip to content

Commit

Permalink
CtsLogdTestCases secondary_user
Browse files Browse the repository at this point in the history
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: Ic1c3c5f86e0178c8e3e2ec8c3d3069ecd9e580e9
  • Loading branch information
Bookatz committed Jan 6, 2020
1 parent 7c7d1c6 commit 1a9e4fa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions logd/tests/AndroidTest.xml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
<option name="config-descriptor:metadata" key="component" value="systems" />
<option name="config-descriptor:metadata" key="parameter" value="not_instant_app" />
<option name="config-descriptor:metadata" key="parameter" value="multi_abi" />
<option name="config-descriptor:metadata" key="parameter" value="secondary_user" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
<option name="cleanup" value="true" />
<option name="push" value="CtsLogdTestCases->/data/local/tmp/CtsLogdTestCases" />
Expand Down

0 comments on commit 1a9e4fa

Please sign in to comment.