summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSvet Ganov <svetoslavganov@google.com>2018-05-16 13:56:15 -0700
committerSvetoslav Ganov <svetoslavganov@google.com>2018-05-30 00:59:20 +0000
commit72225b8398486be4eab5afdd73e537f5f561aa79 (patch)
treed6d16a439931a175753054825ac743de050699d1
parentc6fb63c57071168a9bf2f2697ca19a4ba304bc6c (diff)
downloadsuite_harness-72225b8398486be4eab5afdd73e537f5f561aa79.tar.gz
Instant CTS: port part of app security CTS tests
bug: 79782915 Test: cts-tradefed run cts-instant-dev -m CtsAppSecurityHostTestCases Change-Id: I2c6b934b4cdb2bfac9691601672ba2a6e51c7c25
-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 efb7eec0..df57cfec 100644
--- a/tools/cts-tradefed/res/config/cts-instant.xml
+++ b/tools/cts-tradefed/res/config/cts-instant.xml
@@ -26,6 +26,7 @@
<!-- Exclude tests applicable only to full mode -->
<option name="compatibility:test-arg" value="com.android.tradefed.testtype.AndroidJUnitTest:exclude-annotation:android.platform.test.annotations.AppModeFull" />
<option name="compatibility:test-arg" value="com.android.compatibility.common.tradefed.testtype.JarHostTest:exclude-annotation:android.platform.test.annotations.AppModeFull" />
+ <option name="compatibility:test-arg" value="com.android.tradefed.testtype.HostTest:exclude-annotation:android.platform.test.annotations.AppModeFull" />
<!-- CtsSystemUiTestCases -->
<option name="compatibility:module-arg" value="CtsSystemUiTestCases:install-arg:--instant" />
@@ -147,6 +148,9 @@
<option name="compatibility:module-arg" value="CtsUidIsolationTestCases:install-arg:--instant" />
<option name="compatibility:include-filter" value="CtsUidIsolationTestCases" />
+ <!-- CtsAppSecurityHostTestCases -->
+ <option name="compatibility:include-filter" value="CtsAppSecurityHostTestCases" />
+
<!-- CtsBackupHostTestCases, CtsBackupTestCases -->
<!-- Backup of instant apps is not supported. -->