Add some CTS input tests to presubmit
To prevent future test breakages like b/162446411, move some of the
input-related tests in CTS to presubmit.
Bug: 172282395
Bug: 167947085
Test: cd framework/native/services/inputflinger && atest
Change-Id: Iacd7378ba580ba4cc245413afc9d442fb67ffb79
diff --git a/services/inputflinger/TEST_MAPPING b/services/inputflinger/TEST_MAPPING
index 33520b2..8073a93 100644
--- a/services/inputflinger/TEST_MAPPING
+++ b/services/inputflinger/TEST_MAPPING
@@ -19,6 +19,25 @@
},
{
"name": "libinputservice_test"
+ },
+ {
+ "name": "CtsInputTestCases"
+ },
+ {
+ "name": "CtsViewTestCases",
+ "options": [
+ {
+ "include-filter": "android.view.cts.MotionEventTest"
+ }
+ ]
+ },
+ {
+ "name": "CtsSecurityTestCases",
+ "options": [
+ {
+ "include-filter": "android.security.cts.MotionEventTest"
+ }
+ ]
}
]
}