blob: 364289846eadc98495544a096596ea19cae21c5e [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 {
Robert Shihf4d4f452021-02-03 22:53:30 -080014 "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests"
Edwin Wongd2e3bed2020-05-04 16:11:35 -070015 }
16 ]
17 }
18 ]
19}