diff --git a/drivers/net/TEST_MAPPING b/drivers/net/TEST_MAPPING new file mode 100644 index 000000000000..ca917b77098c --- /dev/null +++ b/drivers/net/TEST_MAPPING @@ -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" + } + ] +} diff --git a/drivers/usb/TEST_MAPPING b/drivers/usb/TEST_MAPPING new file mode 100644 index 000000000000..21bc2f29fe3d --- /dev/null +++ b/drivers/usb/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "CtsUsbManagerTestCases", + "options": [ + { + "exclude-annotation": "com.android.testutils.SkipPresubmit" + } + ] + } + ] +} diff --git a/kernel/sched/TEST_MAPPING b/kernel/sched/TEST_MAPPING new file mode 100644 index 000000000000..7e148eb3ca90 --- /dev/null +++ b/kernel/sched/TEST_MAPPING @@ -0,0 +1,12 @@ +{ + "presubmit": [ + { + "name": "CtsJobSchedulerTestCases", + "options": [ + { + "exclude-annotation": "com.android.testutils.SkipPresubmit" + } + ] + } + ] +}