Merge "Add imports to networking test mapping" am: f184d40178

Original change: https://android-review.googlesource.com/c/platform/frameworks/base/+/1461982

Change-Id: I835d9c17377cee5adcc5f44cff3e1d4f0774aaa2
This commit is contained in:
Treehugger Robot
2020-10-15 11:07:41 +00:00
committed by Automerger Merge Worker
3 changed files with 32 additions and 0 deletions

View 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"
}
]
}

View File

@@ -0,0 +1,7 @@
{
"imports": [
{
"path": "frameworks/base/core/java/android/net"
}
]
}

View File

@@ -8,5 +8,10 @@
{
"name": "FrameworksNetDeflakeTest"
}
],
"imports": [
{
"path": "cts/tests/tests/net"
}
]
}