From 72a8efb9c0a65741fbe868fde62a594adc49e6ae Mon Sep 17 00:00:00 2001 From: jovanak Date: Tue, 14 Jan 2020 16:18:41 -0800 Subject: [PATCH] CtsTetheringTest 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: I92d97cae99418dac3cd6e1cbb625b12f0c2cc60a --- tests/cts/tethering/AndroidTest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cts/tethering/AndroidTest.xml b/tests/cts/tethering/AndroidTest.xml index 217d53a5f1..25051ba55c 100644 --- a/tests/cts/tethering/AndroidTest.xml +++ b/tests/cts/tethering/AndroidTest.xml @@ -18,6 +18,7 @@