Add android.net tests to postsubmit

Add android.net tests to postsubmit. The tests / annotations will
be added in a separate commit.

Bug: 199481251
Test: Treehugger / inspection
Change-Id: I17cb464979535c767bbb8ee22fd7456ff08bae6c
This commit is contained in:
Neil Fuller
2021-10-07 15:39:57 +01:00
parent fdc344e6b6
commit 563ecfccb1

View File

@@ -16,5 +16,24 @@
{
"path": "frameworks/opt/net/wifi"
}
],
"postsubmit": [
{
"name": "FrameworksCoreTests",
"options": [
{
"include-filter": "android.net"
},
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "androidx.test.filters.FlakyTest"
},
{
"exclude-annotation": "org.junit.Ignore"
}
]
}
]
}