-
-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathTEST_MAPPING
More file actions
81 lines (81 loc) · 2.64 KB
/
TEST_MAPPING
File metadata and controls
81 lines (81 loc) · 2.64 KB
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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"captiveportal-networkstack-resolve-tethering-mainline-presubmit": [
// These are unit tests only, so they don't actually require any modules to be installed.
// We must specify at least one module here or the tests won't run. Use the same set as CTS
// so in theory the infra would not need to reinstall/reboot devices to run both.
{
"name": "NetworkStackTests"
},
// This is used to verify NetworkStackRootTests with all latest modules listed below on
// preivous OS platforms.
{
"name": "NetworkStackRootTests"
}
],
"captiveportal-networkstack-mainline-presubmit": [
// This is used to verify NetworkStackRootTests with latest CaptivePortalLoginGoogle.apk
// but with other modules on different version(e.g. an older tethering module to verify
// backwards compatibility of APIs).
{
"name": "NetworkStackRootTests"
}
],
"presubmit": [
{
"name": "NetworkStackTests"
},
{
"name": "NetworkStackNextTests"
},
{
"name": "NetworkStackIntegrationTests",
"options": [
{
"exclude-annotation": "com.android.testutils.SkipPresubmit"
}
]
},
{
"name": "NetworkStackRootTests"
}
],
"hsum-presubmit": [
{
"name": "NetworkStackIntegrationTests",
"options": [
{
"exclude-annotation": "com.android.testutils.SkipPresubmit"
}
]
}
],
"mainline-presubmit": [
// These are unit tests only, so they don't actually require any modules to be installed.
// We must specify at least one module here or the tests won't run. Use the same set as CTS
// so in theory the infra would not need to reinstall/reboot devices to run both.
{
"name": "NetworkStackTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
},
// This is used to verify NetworkStackRootTests with all latest modules listed below on
// preivous OS platforms.
{
"name": "NetworkStackRootTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk+com.google.android.resolv.apex+com.google.android.tethering.apex]"
},
// This is used to verify NetworkStackRootTests with latest CaptivePortalLoginGoogle.apk
// but with other modules on different version(e.g. an older tethering module to verify
// backwards compatibility of APIs).
{
"name": "NetworkStackRootTests[CaptivePortalLoginGoogle.apk+NetworkStackGoogle.apk]"
}
],
"postsubmit": [
{
"name": "NetworkStackIntegrationTests"
}
],
"imports": [
{
"path": "packages/modules/Connectivity"
}
]
}