Add TEST_MAPPING for trust directories

These TEST_MAPPING files indicate presubmit should run atest on trust
specific tests when files are changed in these directories.

Test: local atest
Bug: 221155933
Change-Id: I4f94bba968a68c9c95da30390a9bf2c8ca063b75
This commit is contained in:
Derek Jedral
2022-03-02 10:46:47 -08:00
parent 93c2ba92dd
commit 078f38606d
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"presubmit": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}

View File

@@ -0,0 +1,15 @@
{
"presubmit": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}

View File

@@ -0,0 +1,15 @@
{
"presubmit": [
{
"name": "TrustTests",
"options": [
{
"include-filter": "android.trust.test"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
}
]
}
]
}