blob: 3df56162bd2c7760d0b2d64a78ce7646ea6a2e0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
|
{
"imports": [
{
// Also includes cts/tests/tests/net
"path": "frameworks/base/tests/net"
},
{
"path": "packages/modules/NetworkStack"
},
{
"path": "packages/modules/CaptivePortalLogin"
},
{
"path": "frameworks/base/packages/Tethering"
},
{
"path": "frameworks/opt/net/wifi"
}
],
"presubmit": [
{
"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"
}
]
}
]
}
|