1{ 2 "presubmit": [ 3 { 4 "name": "CtsTvTestCases_Presubmit" 5 } 6 ], 7 "postsubmit": [ 8 { 9 "name": "CtsTvTestCases" 10 } 11 ], 12 "tv-presubmit": [ 13 { 14 "name": "CtsTvInputTestCases", 15 "options": [ 16 { 17 "include-annotation": "android.platform.test.annotations.Presubmit" 18 }, 19 { 20 "exclude-annotation": "android.support.test.filters.FlakyTest" 21 } 22 ] 23 }, 24 { 25 "name": "CtsTvTunerTestCases", 26 "options": [ 27 { 28 "include-annotation": "android.platform.test.annotations.Presubmit" 29 }, 30 { 31 "exclude-annotation": "android.support.test.filters.FlakyTest" 32 } 33 ] 34 } 35 ], 36 "tv-postsubmit": [ 37 { 38 "name": "CtsTvTestCases" 39 }, 40 { 41 "name": "CtsTvInputTestCases" 42 }, 43 { 44 "name": "CtsTvTunerTestCases" 45 } 46 ] 47} 48