From ba585050d95e702d42cada7502747ecad7f0a94f Mon Sep 17 00:00:00 2001 From: Bookatz Date: Fri, 18 Oct 2019 11:32:39 -0400 Subject: [PATCH] CTS secondary_user: CtsNativeNetTestCases 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: I1d904c733ed6bc52b8fe3909c34b0ad186b7fd43 --- tests/cts/net/native/qtaguid/AndroidTest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cts/net/native/qtaguid/AndroidTest.xml b/tests/cts/net/native/qtaguid/AndroidTest.xml index a55afe741a..fa4b2cf577 100644 --- a/tests/cts/net/native/qtaguid/AndroidTest.xml +++ b/tests/cts/net/native/qtaguid/AndroidTest.xml @@ -18,6 +18,7 @@