Merge "Add imports to networking test mapping"

This commit is contained in:
Treehugger Robot
2020-10-15 10:21:25 +00:00
committed by Gerrit Code Review
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"
}
]
}