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:
Betty Zhou
2024-02-26 15:29:47 -08:00
parent b50d182afc
commit 0150010856
3 changed files with 63 additions and 0 deletions
+39
View File
@@ -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"
}
]
}
+12
View File
@@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "CtsUsbManagerTestCases",
"options": [
{
"exclude-annotation": "com.android.testutils.SkipPresubmit"
}
]
}
]
}
+12
View File
@@ -0,0 +1,12 @@
{
"presubmit": [
{
"name": "CtsJobSchedulerTestCases",
"options": [
{
"exclude-annotation": "com.android.testutils.SkipPresubmit"
}
]
}
]
}