From 42919c7b96c9685f66422fae9197e2c45302d6f5 Mon Sep 17 00:00:00 2001 From: Bookatz Date: Fri, 18 Oct 2019 11:10:48 -0400 Subject: [PATCH] CTS secondary_user: CtsNativeNetDnsTestCases 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: I8d9a9b56d5f392548032c5e50730d6c5528f8f91 --- tests/cts/net/native/dns/AndroidTest.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/cts/net/native/dns/AndroidTest.xml b/tests/cts/net/native/dns/AndroidTest.xml index fe88cdaffe..6d03c23448 100644 --- a/tests/cts/net/native/dns/AndroidTest.xml +++ b/tests/cts/net/native/dns/AndroidTest.xml @@ -18,6 +18,7 @@