blob: bb4f0896505eab2972c7a02021f6d076d854a723 [file] [log] [blame]
Martijn Coenene5cccd72019-04-05 17:51:28 +02001{
2 "imports": [
3 {
4 "path": "system/apex/tests"
5 }
Edwin Wong1b8f4352020-05-05 00:19:35 -07006 ],
7 "presubmit": [
8 // The following tests validate codec and drm path.
9 {
Sohail Nagarajf40eb662023-04-03 22:33:32 +053010 "name": "WvtsDeviceTestCases",
Edwin Wong1b8f4352020-05-05 00:19:35 -070011 "options" : [
12 {
13 "include-annotation": "android.platform.test.annotations.Presubmit"
14 },
15 {
Sohail Nagarajf40eb662023-04-03 22:33:32 +053016 "include-filter": "com.google.android.media.wvts.WidevineGenericOpsTests"
Edwin Wong1b8f4352020-05-05 00:19:35 -070017 },
18 {
Sohail Nagarajf40eb662023-04-03 22:33:32 +053019 "include-filter": "com.google.android.media.wvts.WidevineH264PlaybackTests"
Edwin Wong1b8f4352020-05-05 00:19:35 -070020 }
21 ]
22 }
Martijn Coenene5cccd72019-04-05 17:51:28 +020023 ]
24}