diff options
author | 2024-09-27 00:10:39 +0000 | |
---|---|---|
committer | 2024-09-30 23:13:50 +0000 | |
commit | ed4b834dabf0a1e88fdb610c67ba7a4900cd6a27 (patch) | |
tree | c05b91c5a3bb20528fc210f2049f5209958bb478 | |
parent | ac29b21ff513204e9fb9079e9ef35a34ce281a89 (diff) |
Add mocking tests to hibernation TEST_MAPPING postsubmit
Add hibernation unit tests to the test mapping for hibernation files in
postsubmit.
If SLOs are met, it will be upgrades to presubmit which should help for
incremental coverage detection.
LOW_COVERAGE_REASON=NON_CODE_ONLY
Bug: 369899444
Test: presubmit
Flag: EXEMPT only changing test mapping
Relnote: N/A
Change-Id: Ifbf7f65d15a1d55c554de873fc29edab7ee3ecc7
-rw-r--r-- | PermissionController/src/com/android/permissioncontroller/hibernation/TEST_MAPPING | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/PermissionController/src/com/android/permissioncontroller/hibernation/TEST_MAPPING b/PermissionController/src/com/android/permissioncontroller/hibernation/TEST_MAPPING index 69a8f74be..038b2f992 100644 --- a/PermissionController/src/com/android/permissioncontroller/hibernation/TEST_MAPPING +++ b/PermissionController/src/com/android/permissioncontroller/hibernation/TEST_MAPPING @@ -11,5 +11,15 @@ } ] } + ], + "postsubmit": [ + { + "name": "PermissionControllerMockingTests", + "options": [ + { + "include-filter": "com.android.permissioncontroller.tests.mocking.hibernation" + } + ] + } ] } |