Add CDM CTS test modules to Test-Mapping Presubmit

Add CtsCompanionDeviceManagerCoreTestCases and
CtsCompanionDeviceManagerUiAutomationTestCases to the "presubmit"
TEST_MAPPING group.

Bug: 208213276
Bug: 212535524
Test: atest --test-mapping frameworks/base/core/java/android/companion:presubmit
Test: atest --test-mapping frameworks/base/services/companion:presubmit
Change-Id: I50fd495f3fc455932fd915461a7c3b8559ef0e6e
This commit is contained in:
Sergey Nikolaienkov
2022-01-17 10:02:07 +01:00
parent 12b983ffda
commit 6fbb4bc864
2 changed files with 8 additions and 7 deletions

View File

@@ -1,12 +1,7 @@
{
"presubmit": [
"imports": [
{
"name": "CtsOsTestCases",
"options": [
{
"include-filter": "android.os.cts.CompanionDeviceManagerTest"
}
]
"path": "frameworks/base/services/companion"
}
]
}

View File

@@ -1,5 +1,11 @@
{
"presubmit": [
{
"name": "CtsCompanionDeviceManagerCoreTestCases"
},
{
"name": "CtsCompanionDeviceManagerUiAutomationTestCases"
},
{
"name": "CtsOsTestCases",
"options": [