From c35a7ebdc2396fc0f0f7c87f6be8d11fe2974ed1 Mon Sep 17 00:00:00 2001 From: Darren Chang Date: Fri, 23 Aug 2024 23:52:17 +0800 Subject: [PATCH] ANDROID: Add CtsCameraTestCases to the kernel-presubmit group Bug: 360874465 Change-Id: I89b56dfd1c4988e6aa6fe4d18fff83336c973bc4 Signed-off-by: Darren Chang --- arch/x86/crypto/TEST_MAPPING | 10 ++++++++++ arch/x86/include/asm/TEST_MAPPING | 10 ++++++++++ arch/x86/kernel/fpu/TEST_MAPPING | 10 ++++++++++ block/TEST_MAPPING | 10 ++++++++++ drivers/android/TEST_MAPPING | 10 ++++++++++ drivers/base/TEST_MAPPING | 10 ++++++++++ drivers/block/TEST_MAPPING | 10 ++++++++++ drivers/char/TEST_MAPPING | 10 ++++++++++ drivers/cpufreq/TEST_MAPPING | 10 ++++++++++ drivers/dma-buf/TEST_MAPPING | 10 ++++++++++ drivers/md/TEST_MAPPING | 10 ++++++++++ drivers/net/TEST_MAPPING | 10 ++++++++++ drivers/virtio/TEST_MAPPING | 10 ++++++++++ fs/TEST_MAPPING | 8 ++++++++ include/asm-generic/TEST_MAPPING | 10 ++++++++++ include/crypto/TEST_MAPPING | 10 ++++++++++ include/drm/TEST_MAPPING | 10 ++++++++++ include/linux/TEST_MAPPING | 10 ++++++++++ include/net/TEST_MAPPING | 10 ++++++++++ include/trace/TEST_MAPPING | 10 ++++++++++ kernel/bpf/TEST_MAPPING | 10 ++++++++++ kernel/cgroup/TEST_MAPPING | 10 ++++++++++ kernel/dma/TEST_MAPPING | 10 ++++++++++ kernel/sched/TEST_MAPPING | 10 ++++++++++ mm/TEST_MAPPING | 10 ++++++++++ net/TEST_MAPPING | 10 ++++++++++ 26 files changed, 258 insertions(+) diff --git a/arch/x86/crypto/TEST_MAPPING b/arch/x86/crypto/TEST_MAPPING index 8d2be6b0182d..d73f8129550b 100644 --- a/arch/x86/crypto/TEST_MAPPING +++ b/arch/x86/crypto/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/arch/x86/include/asm/TEST_MAPPING b/arch/x86/include/asm/TEST_MAPPING index 1b011d39a2cc..ed5f13513ee8 100644 --- a/arch/x86/include/asm/TEST_MAPPING +++ b/arch/x86/include/asm/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/arch/x86/kernel/fpu/TEST_MAPPING b/arch/x86/kernel/fpu/TEST_MAPPING index f9923214765f..f29356a2b089 100644 --- a/arch/x86/kernel/fpu/TEST_MAPPING +++ b/arch/x86/kernel/fpu/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/block/TEST_MAPPING b/block/TEST_MAPPING index 3057cdffe258..13fa08f0296d 100644 --- a/block/TEST_MAPPING +++ b/block/TEST_MAPPING @@ -263,5 +263,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/drivers/android/TEST_MAPPING b/drivers/android/TEST_MAPPING index 2680c4cc1a81..db7a08514bd3 100644 --- a/drivers/android/TEST_MAPPING +++ b/drivers/android/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/drivers/base/TEST_MAPPING b/drivers/base/TEST_MAPPING index 9478b2cdc0e3..d05c11e1b47d 100644 --- a/drivers/base/TEST_MAPPING +++ b/drivers/base/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/drivers/block/TEST_MAPPING b/drivers/block/TEST_MAPPING index 971814509797..f301c19f14e6 100644 --- a/drivers/block/TEST_MAPPING +++ b/drivers/block/TEST_MAPPING @@ -204,5 +204,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/drivers/char/TEST_MAPPING b/drivers/char/TEST_MAPPING index 2680c4cc1a81..db7a08514bd3 100644 --- a/drivers/char/TEST_MAPPING +++ b/drivers/char/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/drivers/cpufreq/TEST_MAPPING b/drivers/cpufreq/TEST_MAPPING index 9d68dcd42b40..4263379dc49e 100644 --- a/drivers/cpufreq/TEST_MAPPING +++ b/drivers/cpufreq/TEST_MAPPING @@ -228,5 +228,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/drivers/dma-buf/TEST_MAPPING b/drivers/dma-buf/TEST_MAPPING index 805f489e76f2..8f0f07132ea9 100644 --- a/drivers/dma-buf/TEST_MAPPING +++ b/drivers/dma-buf/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/drivers/md/TEST_MAPPING b/drivers/md/TEST_MAPPING index 784a71531d6a..3c78e43c8b7a 100644 --- a/drivers/md/TEST_MAPPING +++ b/drivers/md/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/drivers/net/TEST_MAPPING b/drivers/net/TEST_MAPPING index fda37e83e367..5f98e93e6092 100644 --- a/drivers/net/TEST_MAPPING +++ b/drivers/net/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/drivers/virtio/TEST_MAPPING b/drivers/virtio/TEST_MAPPING index d0549aded31e..d334101ba304 100644 --- a/drivers/virtio/TEST_MAPPING +++ b/drivers/virtio/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/fs/TEST_MAPPING b/fs/TEST_MAPPING index 383a351470ad..aec38c80637d 100644 --- a/fs/TEST_MAPPING +++ b/fs/TEST_MAPPING @@ -242,6 +242,14 @@ } ], "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + }, { "name": "libdm_test" }, diff --git a/include/asm-generic/TEST_MAPPING b/include/asm-generic/TEST_MAPPING index f4043122d274..741dd29a1dc1 100644 --- a/include/asm-generic/TEST_MAPPING +++ b/include/asm-generic/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/include/crypto/TEST_MAPPING b/include/crypto/TEST_MAPPING index 456331d22b74..4712409a71e2 100644 --- a/include/crypto/TEST_MAPPING +++ b/include/crypto/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/include/drm/TEST_MAPPING b/include/drm/TEST_MAPPING index af1de78d0fd3..8a2a3f7b63be 100644 --- a/include/drm/TEST_MAPPING +++ b/include/drm/TEST_MAPPING @@ -263,5 +263,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/include/linux/TEST_MAPPING b/include/linux/TEST_MAPPING index 3057cdffe258..13fa08f0296d 100644 --- a/include/linux/TEST_MAPPING +++ b/include/linux/TEST_MAPPING @@ -263,5 +263,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/include/net/TEST_MAPPING b/include/net/TEST_MAPPING index bc83f08bbeea..4a682666ff9d 100644 --- a/include/net/TEST_MAPPING +++ b/include/net/TEST_MAPPING @@ -263,5 +263,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/include/trace/TEST_MAPPING b/include/trace/TEST_MAPPING index be6e9ef89bbe..2568623d0076 100644 --- a/include/trace/TEST_MAPPING +++ b/include/trace/TEST_MAPPING @@ -263,5 +263,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/kernel/bpf/TEST_MAPPING b/kernel/bpf/TEST_MAPPING index 320ae2583733..4ba6622570e4 100644 --- a/kernel/bpf/TEST_MAPPING +++ b/kernel/bpf/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/kernel/cgroup/TEST_MAPPING b/kernel/cgroup/TEST_MAPPING index 320ae2583733..4ba6622570e4 100644 --- a/kernel/cgroup/TEST_MAPPING +++ b/kernel/cgroup/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/kernel/dma/TEST_MAPPING b/kernel/dma/TEST_MAPPING index 88b2bee53ea5..6aeabd696a4a 100644 --- a/kernel/dma/TEST_MAPPING +++ b/kernel/dma/TEST_MAPPING @@ -255,5 +255,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/kernel/sched/TEST_MAPPING b/kernel/sched/TEST_MAPPING index 020e4abde7d5..5d5b51a3bbcf 100644 --- a/kernel/sched/TEST_MAPPING +++ b/kernel/sched/TEST_MAPPING @@ -247,5 +247,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } diff --git a/mm/TEST_MAPPING b/mm/TEST_MAPPING index e2b175d1dc38..b0c83aa3a51c 100644 --- a/mm/TEST_MAPPING +++ b/mm/TEST_MAPPING @@ -226,5 +226,15 @@ } ] } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] } \ No newline at end of file diff --git a/net/TEST_MAPPING b/net/TEST_MAPPING index 3780135e1946..7629782b2f7d 100644 --- a/net/TEST_MAPPING +++ b/net/TEST_MAPPING @@ -242,5 +242,15 @@ { "name": "vts_kernel_net_tests" } + ], + "kernel-presubmit": [ + { + "name": "CtsCameraTestCases", + "options": [ + { + "include-filter": "android.hardware.camera2.cts.FastBasicsTest" + } + ] + } ] }