summaryrefslogtreecommitdiff
path: root/keystore2/TEST_MAPPING
diff options
context:
space:
mode:
authorJoel Galenson <jgalenson@google.com>2020-09-30 10:53:05 -0700
committerJanis Danisevskis <jdanis@google.com>2021-01-12 08:41:39 -0800
commitde386b492ad0427a84bfc7e3e86b5faca16eb04a (patch)
tree23da26940a81944a5a2cf2dac5c731fa0a2aec92 /keystore2/TEST_MAPPING
parent6f1bb5602e034f77bac32531ea7ba05634273e6e (diff)
downloadsecurity-de386b492ad0427a84bfc7e3e86b5faca16eb04a.tar.gz
Add compatibility wrapper
This implements the Keymint 1 spec by wrapping the legacy Keymaster implementation. Test: atest keystore2_km_compat_test Test: atest keystore2_certificate_test Test: Manually verify that keystore2 can find a legacy implementation. Change-Id: Ia56c25eed0f97a7e6194954a655ceb62259b3273
Diffstat (limited to 'keystore2/TEST_MAPPING')
-rw-r--r--keystore2/TEST_MAPPING6
1 files changed, 6 insertions, 0 deletions
diff --git a/keystore2/TEST_MAPPING b/keystore2/TEST_MAPPING
index 70e3175b..33d157e3 100644
--- a/keystore2/TEST_MAPPING
+++ b/keystore2/TEST_MAPPING
@@ -1,6 +1,12 @@
{
"presubmit": [
{
+ "name": "keystore2_certificate_test"
+ },
+ {
+ "name": "keystore2_km_compat_test"
+ },
+ {
"name": "keystore2_test"
}
]