ANDROID: Add CtsJobSchedulerTestCases to kernel/sched/TEST_MAPPING
Add CtsUsbManagerTestCases to drivers/usb/TEST_MAPPING config. Add net tests to drivers/net/TEST_MAPPING config. Change-Id: I3c288b32a60a4069152238cc691a529152808dff Signed-off-by: Betty Zhou <bettyzhou@google.com> Bug: 326266318
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsHostsideNetworkTests",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CtsNetTestCases",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CtsNetTestCasesLatestSdk",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "CtsTelecomTestCases",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "vts_kernel_net_tests"
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsUsbManagerTestCases",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"presubmit": [
|
||||
{
|
||||
"name": "CtsJobSchedulerTestCases",
|
||||
"options": [
|
||||
{
|
||||
"exclude-annotation": "com.android.testutils.SkipPresubmit"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user