1{ 2 "presubmit": [ 3 // The following tests validate codec and drm path. 4 { 5 "name": "GtsMediaTestCases", 6 "options" : [ 7 { 8 "include-annotation": "android.platform.test.annotations.Presubmit" 9 }, 10 { 11 "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" 12 } 13 ] 14 }, 15 { 16 "name": "GtsExoPlayerTestCases", 17 "options" : [ 18 { 19 "include-annotation": "android.platform.test.annotations.SocPresubmit" 20 }, 21 { 22 "include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed" 23 } 24 ] 25 } 26 ] 27} 28