blob: 2595e3eee82880e60037bf93b8702fbd07438863 [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"
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}