blob: 9f6a532129d3dd7437d25f6e732692f62f54adaa [file] [log] [blame]
Edwin Wongd2e3bed2020-05-04 16:11:35 -07001{
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"
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}