summaryrefslogtreecommitdiff
path: root/identity/java/android
diff options
context:
space:
mode:
authorDavid Zeuthen <zeuthen@google.com>2021-03-23 12:14:31 -0400
committerDavid Zeuthen <zeuthen@google.com>2021-03-23 12:14:31 -0400
commit9c83ce34ae12e761137a073d0caed8a9c42c0e88 (patch)
tree5eaee5ac6872dde690d2d6756d6397fde8c76fa6 /identity/java/android
parentd880cf50a54acd6d9d7659db42195e563a4089ed (diff)
identity: add TEST_MAPPING file to run identity CTS in presubmit.
Bug: None Test: N/A Change-Id: I0b0cfc16a87f94f66f3b96220bb266deef63b2ef
Diffstat (limited to 'identity/java/android')
-rw-r--r--identity/java/android/security/identity/TEST_MAPPING7
1 files changed, 7 insertions, 0 deletions
diff --git a/identity/java/android/security/identity/TEST_MAPPING b/identity/java/android/security/identity/TEST_MAPPING
new file mode 100644
index 000000000000..87707a848efd
--- /dev/null
+++ b/identity/java/android/security/identity/TEST_MAPPING
@@ -0,0 +1,7 @@
+{
+ "presubmit": [
+ {
+ "name": "CtsIdentityTestCases"
+ }
+ ]
+}