blob: 29bcb06df040d2e447317b631121701de20afc79 [file] [log] [blame]
Dan Shiae010c22018-03-02 17:21:41 -08001{
2 "presubmit": [
3 {
Dan Shi715af102018-06-05 13:39:20 -07004 "name": "HelloWorldTests",
Dan Shicdbda552018-05-18 23:31:33 -07005 "options": [
6 {
7 "instrumentation-arg": "annotation:=android.support.test.filters.SmallTest"
8 }
9 ]
Dan Shi281a8a92018-11-29 15:09:16 -080010 },
11 {
12 "name": "hello_world_test",
13 "host": true
easoncylee429256c2019-03-05 22:53:32 +080014 },
15 {
16 "name": "CtsPerfettoTestCases"
17 },
18 {
19 "name": "CtsApacheHttpLegacy27ApiSignatureTestCases"
20 },
21 {
22 "name": "ziparchive-tests"
23 },
24 {
25 "name": "CtsDpiTestCases",
26 "options": [
27 {
28 "include-filter": "android.dpi.cts.ConfigurationScreenLayoutTest"
29 }
30 ]
31 },
32 {
33 "name": "CtsSampleHostTestCases"
Dan Shiae010c22018-03-02 17:21:41 -080034 }
35 ]
36}