1{ 2 "presubmit": [ 3 { 4 "name": "mediaroutertest" 5 }, 6 { 7 "name": "CtsCameraTestCases", 8 "options" : [ 9 { 10 "include-filter": "android.hardware.camera2.cts.ImageReaderTest#testP010" 11 } 12 ] 13 }, 14 { 15 "name": "GtsMediaTestCases", 16 "options" : [ 17 { 18 "include-annotation": "android.platform.test.annotations.Presubmit" 19 }, 20 { 21 "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" 22 }, 23 { 24 "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests" 25 } 26 ], 27 "file_patterns": ["(?i)drm|crypto"] 28 }, 29 { 30 "name": "CtsMediaDrmFrameworkTestCases", 31 "options" : [ 32 { 33 "include-annotation": "android.platform.test.annotations.Presubmit" 34 } 35 ], 36 "file_patterns": ["(?i)drm|crypto"] 37 } 38 ] 39} 40 41