summaryrefslogtreecommitdiff
path: root/cmds/dumpstate/TEST_MAPPING
diff options
context:
space:
mode:
Diffstat (limited to 'cmds/dumpstate/TEST_MAPPING')
-rw-r--r--cmds/dumpstate/TEST_MAPPING23
1 files changed, 22 insertions, 1 deletions
diff --git a/cmds/dumpstate/TEST_MAPPING b/cmds/dumpstate/TEST_MAPPING
index 083944f729..839a2c3023 100644
--- a/cmds/dumpstate/TEST_MAPPING
+++ b/cmds/dumpstate/TEST_MAPPING
@@ -1,7 +1,28 @@
{
"presubmit": [
{
+ "name": "BugreportManagerTestCases",
+ "options": [
+ {
+ "exclude-annotation": "androidx.test.filters.LargeTest"
+ }
+ ]
+ },
+ {
+ "name": "dumpstate_smoke_test"
+ },
+ {
"name": "dumpstate_test"
}
+ ],
+ "postsubmit": [
+ {
+ "name": "BugreportManagerTestCases"
+ }
+ ],
+ "imports": [
+ {
+ "path": "frameworks/base/packages/Shell"
+ }
]
-} \ No newline at end of file
+}