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:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user