1{ 2 "presubmit": [ 3 { 4 "name": "CtsWindowManagerDeviceTestCases", 5 "options": [ 6 { 7 "include-filter": "android.server.wm.WindowInputTests" 8 } 9 ] 10 }, 11 { 12 "name": "libinput_tests" 13 }, 14 { 15 "name": "inputflinger_tests" 16 }, 17 { 18 "name": "InputTests" 19 }, 20 { 21 "name": "libinputservice_test" 22 }, 23 { 24 "name": "CtsInputTestCases" 25 }, 26 { 27 "name": "CtsViewTestCases", 28 "options": [ 29 { 30 "include-filter": "android.view.cts.MotionEventTest", 31 "include-filter": "android.view.cts.VerifyInputEventTest" 32 } 33 ] 34 }, 35 { 36 "name": "FrameworksCoreTests", 37 "options": [ 38 { 39 "include-filter": "android.view.VerifiedKeyEventTest", 40 "include-filter": "android.view.VerifiedMotionEventTest" 41 } 42 ] 43 }, 44 { 45 "name": "CtsSecurityTestCases", 46 "options": [ 47 { 48 "include-filter": "android.security.cts.MotionEventTest" 49 } 50 ] 51 }, 52 { 53 "name": "CtsSecurityBulletinHostTestCases", 54 "options": [ 55 { 56 "include-filter": "android.security.cts.Poc19_03#testPocBug_115739809" 57 } 58 ] 59 } 60 ] 61} 62