blob: 4385a807774f003977156563052c1758123b92cd [file] [log] [blame]
Edwin Wongf951e642020-01-26 15:46:00 -08001{
2 "presubmit": [
3 {
Wonsik Kim584cde22022-04-07 16:51:46 -07004 "name": "CtsCameraTestCases",
5 "options" : [
6 {
7 "include-filter": "android.hardware.camera2.cts.ImageReaderTest#testP010"
8 }
9 ]
10 },
11 {
Edwin Wongf951e642020-01-26 15:46:00 -080012 "name": "GtsMediaTestCases",
13 "options" : [
14 {
Edwin Wong6f0a6302020-09-11 20:48:02 -070015 "include-annotation": "android.platform.test.annotations.Presubmit"
Edwin Wongf951e642020-01-26 15:46:00 -080016 },
17 {
18 "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
Edwin Wongf951e642020-01-26 15:46:00 -080019 },
20 {
Robert Shih0fa2ed82021-02-03 23:10:01 -080021 "include-filter": "com.google.android.media.gts.WidevineH264PlaybackTests"
Edwin Wongf951e642020-01-26 15:46:00 -080022 }
23 ]
24 }
25 ],
26 "imports": [
27 {
28 "path": "frameworks/av/drm/mediadrm/plugins"
29 }
30 ]
31}
32