blob: 4ec4767a35ccd29e67f3c3b0625201ef38a0bc88 [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 }
Robert Shihb0ca1f72022-06-03 16:36:06 +000023 ],
24 "file_patterns": ["(?i)drm|crypto"]
Edwin Wongf951e642020-01-26 15:46:00 -080025 }
26 ],
27 "imports": [
28 {
29 "path": "frameworks/av/drm/mediadrm/plugins"
30 }
31 ]
32}
33