Add testAppOps test to TEST_MAPPING.

Approval are here: ag/11091388.

Test: atest UidAtomTests#testAppOps
Change-Id: I571e549f57968a83b32f5871994ea7b1b74be3d0
This commit is contained in:
Stanislav Zholnin
2020-06-26 10:41:09 +01:00
parent 296855fe76
commit 2a4f925537
2 changed files with 18 additions and 1 deletions

View File

@@ -27,6 +27,15 @@
}
]
},
{
"file_patterns": ["(/|^)AppOpsManager.java"],
"name": "CtsStatsdHostTestCases",
"options": [
{
"include-filter": "android.cts.statsd.atom.UidAtomTests#testAppOps"
}
]
},
{
"file_patterns": ["(/|^)AppOpsManager.java"],
"name": "CtsPermission2TestCases",