1{ 2 "imports": [ 3 { 4 // Also includes cts/tests/tests/net 5 "path": "frameworks/base/tests/net" 6 }, 7 { 8 "path": "packages/modules/NetworkStack" 9 }, 10 { 11 "path": "packages/modules/CaptivePortalLogin" 12 }, 13 { 14 "path": "frameworks/base/packages/Tethering" 15 }, 16 { 17 "path": "frameworks/opt/net/wifi" 18 } 19 ], 20 "presubmit": [ 21 { 22 "name": "FrameworksCoreTests", 23 "options": [ 24 { 25 "include-filter": "android.net" 26 }, 27 { 28 "include-annotation": "android.platform.test.annotations.Presubmit" 29 }, 30 { 31 "exclude-annotation": "androidx.test.filters.FlakyTest" 32 }, 33 { 34 "exclude-annotation": "org.junit.Ignore" 35 } 36 ] 37 } 38 ] 39} 40