| { |
| "imports": [ |
| { |
| "path": "packages/modules/Connectivity" |
| }, |
| { |
| "path": "packages/services/Telecomm" |
| }, |
| { |
| "path": "system/netd" |
| } |
| ], |
| "presubmit": [ |
| { |
| "name": "CtsNetTestCases", |
| "options": [ |
| { |
| "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| } |
| ] |
| }, |
| { |
| "name": "CtsNetTestCasesLatestSdk", |
| "options": [ |
| { |
| "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| } |
| ] |
| }, |
| { |
| "name": "CtsUsbManagerTestCases", |
| "options": [ |
| { |
| "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| } |
| ] |
| }, |
| { |
| "name": "vts_kernel_net_tests" |
| } |
| ], |
| "presubmit-large": [ |
| { |
| "name": "CtsHostsideNetworkTests", |
| "options": [ |
| { |
| "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| } |
| ] |
| }, |
| { |
| "name": "CtsTelecomTestCases", |
| "options": [ |
| { |
| "exclude-annotation": "com.android.testutils.SkipPresubmit" |
| }, |
| { |
| "include-filter": "android.telecom.cts.PhoneAccountTest" |
| } |
| ] |
| } |
| ] |
| } |