You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
44 lines
972 B
44 lines
972 B
{
|
|
"presubmit": [
|
|
{
|
|
"name": "CtsMediaBetterTogetherTestCases"
|
|
},
|
|
{
|
|
"name": "mediaroutertest"
|
|
},
|
|
{
|
|
"name": "CtsCameraTestCases",
|
|
"options" : [
|
|
{
|
|
"include-filter": "android.hardware.camera2.cts.ImageReaderTest#testP010"
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "WvtsDeviceTestCases",
|
|
"options" : [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
},
|
|
{
|
|
"include-filter": "com.google.android.media.wvts.WidevineGenericOpsTests"
|
|
},
|
|
{
|
|
"include-filter": "com.google.android.media.wvts.WidevineH264PlaybackTests"
|
|
}
|
|
],
|
|
"file_patterns": ["(?i)drm|crypto"]
|
|
},
|
|
{
|
|
"name": "CtsMediaDrmFrameworkTestCases",
|
|
"options" : [
|
|
{
|
|
"include-annotation": "android.platform.test.annotations.Presubmit"
|
|
}
|
|
],
|
|
"file_patterns": ["(?i)drm|crypto"]
|
|
}
|
|
]
|
|
}
|
|
|