TEST_MAPPING: Add kselftests to kernel-presubmit

Bug: 258819618
Test: atest :kernel-presubmit
Change-Id: I0e99bdaa093cff7f4bf0e7a8b69fcc6f21a1d578
Signed-off-by: Edward Liaw <edliaw@google.com>
diff --git a/TEST_MAPPING b/TEST_MAPPING
new file mode 100644
index 0000000..9163d37
--- /dev/null
+++ b/TEST_MAPPING
@@ -0,0 +1,32 @@
+{
+  "kernel-presubmit": [
+    {
+      "name": "vts_linux_kselftest_arm_32"
+    },
+    {
+      "name" :"vts_linux_kselftest_arm_64"
+    },
+    {
+      "name": "vts_linux_kselftest_x86_32",
+      "options": [
+        {
+          // TODO(b/143654050)
+          "exclude-filter": "x86_single_step_syscall_x86_32#x86_single_step_syscall_x86_32"
+        },
+        {
+          // TODO(b/182363365)
+          "exclude-filter": "x86_syscall_nt_x86_32"
+        }
+      ]
+    },
+    {
+      "name": "vts_linux_kselftest_x86_64",
+      "options": [
+        {
+          // TODO(b/191663053)
+          "exclude-filter": "x86_single_step_syscall_x86_64"
+        }
+      ]
+    }
+  ]
+}