Martijn Coenen | e5cccd7 | 2019-04-05 17:51:28 +0200 | [diff] [blame] | 1 | { |
| 2 | "imports": [ |
| 3 | { |
| 4 | "path": "system/apex/tests" |
| 5 | } |
Edwin Wong | 1b8f435 | 2020-05-05 00:19:35 -0700 | [diff] [blame] | 6 | ], |
| 7 | "presubmit": [ |
| 8 | // The following tests validate codec and drm path. |
| 9 | { |
| 10 | "name": "GtsMediaTestCases", |
| 11 | "options" : [ |
| 12 | { |
| 13 | "include-annotation": "android.platform.test.annotations.Presubmit" |
| 14 | }, |
| 15 | { |
| 16 | "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests" |
| 17 | } |
| 18 | ] |
| 19 | }, |
| 20 | { |
| 21 | "name": "GtsExoPlayerTestCases", |
| 22 | "options" : [ |
| 23 | { |
| 24 | "include-annotation": "android.platform.test.annotations.SocPresubmit" |
| 25 | }, |
| 26 | { |
| 27 | "include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed" |
| 28 | } |
| 29 | ] |
| 30 | } |
Martijn Coenen | e5cccd7 | 2019-04-05 17:51:28 +0200 | [diff] [blame] | 31 | ] |
| 32 | } |