diff options
| author | 2023-09-13 07:59:11 -0700 | |
|---|---|---|
| committer | 2023-09-13 12:26:16 -0700 | |
| commit | 3c4be970e91304d70c2608dfd111e128b1cce07d (patch) | |
| tree | a69f522799dacd7afeaa3b0ce97112b1b860237b | |
| parent | 322ea4c93ba2e970572c125fbfa66ffdf5081b26 (diff) | |
TEST_MAPPING for FileIntegrityManager related files
Run on postsubmit first per policy.
Bug: 296465999
Test: TH
Change-Id: I40dab6d0d31ab3883613b3123d9dbc8ec9df185d
| -rw-r--r-- | core/java/android/security/TEST_MAPPING | 16 | ||||
| -rw-r--r-- | services/core/java/com/android/server/security/TEST_MAPPING | 13 |
2 files changed, 29 insertions, 0 deletions
diff --git a/core/java/android/security/TEST_MAPPING b/core/java/android/security/TEST_MAPPING new file mode 100644 index 000000000000..7e43381ee6a9 --- /dev/null +++ b/core/java/android/security/TEST_MAPPING @@ -0,0 +1,16 @@ +{ + "postsubmit": [ + { + "name": "CtsSecurityTestCases", + "options": [ + { + "include-filter": "android.security.cts.FileIntegrityManagerTest" + } + ], + "file_patterns": [ + "FileIntegrityManager\\.java", + "IFileIntegrityService\\.aidl" + ] + } + ] +} diff --git a/services/core/java/com/android/server/security/TEST_MAPPING b/services/core/java/com/android/server/security/TEST_MAPPING new file mode 100644 index 000000000000..673456f889e2 --- /dev/null +++ b/services/core/java/com/android/server/security/TEST_MAPPING @@ -0,0 +1,13 @@ +{ + "postsubmit": [ + { + "name": "CtsSecurityTestCases", + "options": [ + { + "include-filter": "android.security.cts.FileIntegrityManagerTest" + } + ], + "file_patterns": ["FileIntegrity[^/]*\\.java"] + } + ] +} |