From 5abd1ff34694db6303fbbee695c9bc21f3657050 Mon Sep 17 00:00:00 2001 From: Lorenzo Colitti Date: Mon, 25 Mar 2019 21:12:51 +0900 Subject: [PATCH] Add instant and ABI XML tags for hostside networking tests. These are not multi-ABI because the behaviour does not depend on the ABI of the app. Some of the APIs are ultimately backed by JNI code in the system server, but that only depends on the system server's ABI, not the app's. Enable instant mode because these applications are subject to the same network restrictions as other apps. Fix: 123364589 Test: atest CtsHostsideNetworkTests Test: cts-tradefed run commandAndExit cts --enable-parameterized-modules --module-parameter instant_app -m CtsHostsideNetworkTests Change-Id: Ib3c4cd365ffe95889d51a236f035ea84516f0abd (cherry picked from commit ad17ee9e9273a53e3bb141f750c09eb27e76372e) --- tests/cts/hostside/AndroidTest.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/cts/hostside/AndroidTest.xml b/tests/cts/hostside/AndroidTest.xml index 0656cae3ca..c7cab7b0ba 100644 --- a/tests/cts/hostside/AndroidTest.xml +++ b/tests/cts/hostside/AndroidTest.xml @@ -16,6 +16,9 @@