summaryrefslogtreecommitdiff
path: root/keystore2/TEST_MAPPING
diff options
context:
space:
mode:
authorJanis Danisevskis <jdanis@google.com>2021-11-02 12:02:51 -0700
committerJanis Danisevskis <jdanis@google.com>2021-11-02 13:11:05 -0700
commit67b56c10e6b37e395cee932efa6fae46160ea1a3 (patch)
tree99dc00b62689b743cf8261d1325eff6b14065c3b /keystore2/TEST_MAPPING
parent2843067c5fe293450ba66ede72e876a8a50c4fe0 (diff)
downloadsecurity-67b56c10e6b37e395cee932efa6fae46160ea1a3.tar.gz
Keystore 2.0: Add Keystore CTS test cases to presubmit.
Run a subset of the Keystore CTS test cases on presubmit when keystore2 gets changed. Also Run the full CTS test suite as post submit. Bug: 204906931 Test: Improves test coverage during presubmit. Change-Id: I9b14734e4d838881e7dabf698b3df826a0ed433b
Diffstat (limited to 'keystore2/TEST_MAPPING')
-rw-r--r--keystore2/TEST_MAPPING13
1 files changed, 13 insertions, 0 deletions
diff --git a/keystore2/TEST_MAPPING b/keystore2/TEST_MAPPING
index 127ff1e0..049adc74 100644
--- a/keystore2/TEST_MAPPING
+++ b/keystore2/TEST_MAPPING
@@ -14,6 +14,19 @@
},
{
"name": "CtsIdentityTestCases"
+ },
+ {
+ "name": "CtsKeystoreTestCases",
+ "options": [
+ {
+ "include-annotation": "android.platform.test.annotations.RequiresDevice"
+ }
+ ]
+ }
+ ],
+ "postsubmit": [
+ {
+ "name": "CtsKeystorePerformanceTestCases"
}
]
}