summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTao Bai <michaelbai@google.com>2018-05-30 15:38:40 -0700
committerTao Bai <michaelbai@google.com>2018-06-01 23:57:22 +0000
commitd010a9317de03bb9e5b6d62cf4f249d68dd5e0c8 (patch)
tree2ae4f5f213c35b70e3e42dae0db018d875177f1c
parentb0c7bcc3c8bdced173bf768c5bd3ba4c24f6ca44 (diff)
downloadsuite_harness-d010a9317de03bb9e5b6d62cf4f249d68dd5e0c8.tar.gz
Add CtsHostsideWebViewTests to cts-instant.xml
As the request of framework team, CtsHostsideWebViewTests needs to run in instant mode, please see go/instant-cts-why go/instant-cts-how Bug: 92891789 Test: run cts-instant-tradefed run cts-instant-dev -m CtsHostsideWebViewTests Change-Id: I302a657f2e15f68ebc1c2804caed8100786a42ef
-rw-r--r--tools/cts-tradefed/res/config/cts-instant.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/tools/cts-tradefed/res/config/cts-instant.xml b/tools/cts-tradefed/res/config/cts-instant.xml
index 875b8a1a..8fe82395 100644
--- a/tools/cts-tradefed/res/config/cts-instant.xml
+++ b/tools/cts-tradefed/res/config/cts-instant.xml
@@ -199,6 +199,10 @@
<!-- CtsActivityManagerDeviceSdk25TestCases -->
<!-- These tests require targeting API 25 which does not support instant apps -->
+ <!-- CtsHostsideWebViewTests -->
+ <option name="compatibility:module-arg" value="CtsHostsideWebViewTests:install-arg:--instant" />
+ <option name="compatibility:include-filter" value="CtsHostsideWebViewTests" />
+
<!-- CtsCameraTestCases -->
<option name="compatibility:module-arg" value="CtsCameraTestCases:install-arg:--instant" />
<option name="compatibility:include-filter" value="CtsCameraTestCases" />