Merge "Add imports to networking test mapping" am: f184d40178 am: f88f3c9f08
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1461982 Change-Id: If6e2aec576eea261aa648cc027e4047c99363841
This commit is contained in:
20
core/java/android/net/TEST_MAPPING
Normal file
20
core/java/android/net/TEST_MAPPING
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
{
|
||||||
|
"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"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
7
services/net/TEST_MAPPING
Normal file
7
services/net/TEST_MAPPING
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{
|
||||||
|
"imports": [
|
||||||
|
{
|
||||||
|
"path": "frameworks/base/core/java/android/net"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
@@ -8,5 +8,10 @@
|
|||||||
{
|
{
|
||||||
"name": "FrameworksNetDeflakeTest"
|
"name": "FrameworksNetDeflakeTest"
|
||||||
}
|
}
|
||||||
|
],
|
||||||
|
"imports": [
|
||||||
|
{
|
||||||
|
"path": "cts/tests/tests/net"
|
||||||
|
}
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user