summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorjovanak <jovanak@google.com>2020-01-13 16:32:28 -0800
committerjovanak <jovanak@google.com>2020-01-13 16:38:21 -0800
commitbaeb89c88f4b7cd1c3f98dbffdae66795fec2a27 (patch)
tree23d312d6fbae27a4ca167e2a79ef605196611c8e /tests
parent8c441c44bfd8ba329d4061867badf570163dd4cb (diff)
downloadextras-baeb89c88f4b7cd1c3f98dbffdae66795fec2a27.tar.gz
CtsKernelConfigTestCases secondary_user
Marks this CTS test module as NOT supporting secondary_user, meaning that the tests are not eligible to be run from a regular Android user other than the system user (i.e. other than user 0). The reason for lack of elligibility is that the module restarts before running the tests - the device ends up in user 0 by default upon reboot. Tradefed infrastructure does not support restarting into different users at the moment. Bug: 141773058 Test: module passed with secondary_user params (--enable-optional-parameterization --module-parameter secondary_user) Change-Id: I39fca13fe40b497cf7cb7a014d11f96e8174c953
Diffstat (limited to 'tests')
-rw-r--r--tests/kernel.config/AndroidTest.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/kernel.config/AndroidTest.xml b/tests/kernel.config/AndroidTest.xml
index 0b264e08..7066ae7e 100644
--- a/tests/kernel.config/AndroidTest.xml
+++ b/tests/kernel.config/AndroidTest.xml
@@ -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="not_secondary_user" />
<target_preparer class="com.android.compatibility.common.tradefed.targetprep.FilePusher">
<option name="cleanup" value="true" />
<option name="push" value="CtsKernelConfigTestCases->/data/local/tmp/CtsKernelConfigTestCases" />