• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// for frameworks/av/media
2{
3    "presubmit-large": [
4        // runs whenever we change something in this tree
5        {
6            "name": "CtsMediaCodecTestCases",
7            "options": [
8                {
9                    "include-filter": "android.media.codec.cts.EncodeDecodeTest"
10                }
11            ]
12        },
13        {
14            "name": "CtsMediaCodecTestCases",
15            "options": [
16                {
17                    "include-filter": "android.media.codec.cts.DecodeEditEncodeTest"
18                }
19            ]
20        }
21    ],
22    "presubmit": [
23        {
24            "name": "WvtsDeviceTestCases",
25            "options" : [
26                {
27                    "include-annotation": "android.platform.test.annotations.Presubmit"
28                },
29                {
30                    "include-filter": "com.google.android.media.wvts.WidevineGenericOpsTests"
31                },
32                {
33                    "include-filter": "com.google.android.media.wvts.WidevineH264PlaybackTests"
34                }
35            ],
36            "file_patterns": ["(?i)drm|crypto"]
37        },
38        {
39            "name": "CtsMediaDrmFrameworkTestCases",
40            "options" : [
41                {
42                    "include-annotation": "android.platform.test.annotations.Presubmit"
43                }
44            ],
45            "file_patterns": ["(?i)drm|crypto"]
46        }
47    ],
48    // Postsubmit tests for TV devices
49    "tv-postsubmit": [
50        {
51            "name": "CtsMediaDecoderTestCases",
52            "options": [
53                {
54                    "include-filter": "android.media.decoder.cts.DecoderRenderTest"
55                }
56            ]
57        }
58    ]
59}
60