blob: a9b4b2a9ccfe9e0aa4aa7badca44481d0ade4ba0 [file] [log] [blame]
Edwin Wongd2e3bed2020-05-04 16:11:35 -07001{
Julien Desprezff23af32023-03-01 03:06:17 +00002 "presubmit": [
Edwin Wongd2e3bed2020-05-04 16:11:35 -07003 // The following tests validate codec and drm path.
4 {
Sohail Nagarajf40eb662023-04-03 22:33:32 +05305 "name": "WvtsDeviceTestCases",
Edwin Wongd2e3bed2020-05-04 16:11:35 -07006 "options" : [
7 {
8 "include-annotation": "android.platform.test.annotations.Presubmit"
9 },
10 {
Sohail Nagarajf40eb662023-04-03 22:33:32 +053011 "include-filter": "com.google.android.media.wvts.WidevineGenericOpsTests"
Edwin Wongd2e3bed2020-05-04 16:11:35 -070012 },
13 {
Sohail Nagarajf40eb662023-04-03 22:33:32 +053014 "include-filter": "com.google.android.media.wvts.WidevineH264PlaybackTests"
Edwin Wongd2e3bed2020-05-04 16:11:35 -070015 }
16 ]
17 }
18 ]
19}