summaryrefslogtreecommitdiff
path: root/TEST_MAPPING
AgeCommit message (Collapse)Author
2025-01-02Add CtsRoleMultiUserTestCases to TEST_MAPPING files Richard MacGregor
LOW_COVERAGE_REASON=NON_CODE_ONLY Bug: 378965769 Flag: TEST_ONLY Relnote: N/A Change-Id: Ic09fa519fd43fc1790865b196ca612b4b4510846
2024-08-29Remove flaky include-annotation from carpermission-postsubmit Filip Zakrzewski
It forces test to only run flaky annotated tests Change-Id: I0296260f513d1b5568b788527fed94e674b766d9 BUG: b/330151694 Relnote: N/A Flag: TEST_ONLY LOW_COVERAGE_REASON=NON_CODE_ONLY
2024-04-08Migrating test options From TEST_MAPPING -> Android.bp am: 129bf1e215 am: ↵ Ronald Braunstein
5b82eb1939 Original change: https://android-review.googlesource.com/c/platform/packages/modules/Permission/+/3028665 Change-Id: Ieadf98496eb992803b3e19435a5097ed81aed81e Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
2024-04-04Migrating test options From TEST_MAPPING -> Android.bp Ronald Braunstein
See parent cl: aosp/3028633 Test: atest -p .:postsubmit Test: atest -p PermissionController/src/com/android/permissioncontroller/permission/service:postsubmit Test: atest -p PermissionController/src/com/android/permissioncontroller/permission/ui:postsubmit Change-Id: I8ad4d504eb978434078395ba87a5a6dde7d8e367
2024-03-26Adding CtsPermissionMultiDeviceTestCases to PermissionApexTests to run for ↵ Kiran Ramachandra
daily coverage check Bug: 331273067 Test: pre-submit Change-Id: I2e6f0f07972a4394f9b1ed8518855b1c52c4ae7f
2023-08-24Switch permission device tests to androidx flaky annotation. Anna Zhuravleva
Platform_testing flaky annotation is for host side tests, device tests should use androidx annotation. Bug: 293837621 Test: presubmit Change-Id: If9f521ede3d9ecb065ede03554f9959e88a27ab7
2023-07-27Add carpermission-postsubmit Filip
Test: manual verification BUG: 292413453 Change-Id: I924ef70f6b3aa0ee76c20954a41c19fb70eddedc
2023-07-23Add alltests test-group to TEST_MAPPING Jay Thomas Sullivan
This adds a new test-group 'alltests' to the Permission module's root TEST_MAPPING file. When invoked, it will essentially run *all* Android permissions tests, from both the cts an packages/modules/Permission projects. To invoke it locally, run either: cd packages/modules/Permission && atest :alltests ...or: atest -p $ANDROID_BUILD_TOP/packages/modules/Permission:alltests Or, in ABTD, run a test with parameters: - Mode: "Test Mapping" - Test mapping path: "packages/modules/Permission" - Test group: "alltests" Change-Id: Ib0c71bec94efd1b40415cc4366bc63d492f26dae Test: atest -p $ANDROID_BUILD_TOP/packages/modules/Permission:alltests Bug: 290240890
2023-07-19Only run flaky permissions test in postsubmit (PermissionController) Jay Thomas Sullivan
Certain tests in these test modules have a flake rate higher than 0.5%, which means they are out-of-SLO for Project Ironwood. We've marked them as @FlakyTest (in a separate change). But, in this change, we also update the TEST_MAPPING files so that don't run any flaky tests (i.e., annotated with @FlakyTest) in presubmit, but do run them in postsubmit. Test: Verify tests do not run in presubmit, but do in postsubmit Bug: 290240321 Change-Id: I6ab0c47fb5fceedaf944b77c9c403d9c0c0145d0
2023-05-30Rename references to Permission3 to PermissionUi Nate Myren
The test suite has been renamed Bug: 267667844 Test: presubmit Change-Id: I11496e0c67bf96cc56c6ca04e5994a5ab0a61162
2021-05-24add CtsPermission3TestCases to TEST_MAPPING Jun
Test: atest :carpermission-presubmit bug: 183231418 Change-Id: Ie7a9a954baac203d718cad5a5483232573eb821e
2020-05-28Add test for permission APEX. Hai Zhang
Bug: 152055112 Test: atest PermissionApexTests Change-Id: I4201501d586fe62df7a04d0e2da955d6d873d3df