Merge "Add imports to networking test mapping" am: f184d40178 am: f88f3c9f08 am: 7ae5e642bd
Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1461982 Change-Id: I2532899ff95a737bf1f22640c8b5843fec595136
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"
|
||||
}
|
||||
],
|
||||
"imports": [
|
||||
{
|
||||
"path": "cts/tests/tests/net"
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user