blob: aa8a7d85b9bc5ddd8325bd4a61027b316ee61695 [file] [log] [blame]
Edwin Wongd2e3bed2020-05-04 16:11:35 -07001{
Dan Shi7b97c942020-12-09 21:34:36 +00002 "presubmit-large": [
Edwin Wongd2e3bed2020-05-04 16:11:35 -07003 // 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"
Edwin Wongd2e3bed2020-05-04 16:11:35 -070012 },
13 {
Edwin Wongc30fb012020-09-11 20:16:02 -070014 "include-filter": "com.google.android.media.gts.WidevineYouTubePerformanceTests"
Edwin Wongd2e3bed2020-05-04 16:11:35 -070015 }
16 ]
17 }
18 ]
19}