Edwin Wong f951e64189 Add Drm playback tests to TreeHugger presubmit.
Most players are using exoplayer, and Widevine DRM is
required. These CL adds three tests to TreeHugger
presubmit to reduce regression.

This CL adds three tests to presubmit process,
most time is spent running one exoplayer test.

Test: time atest

bug: 148288152
Change-Id: I57945568586a585812d41491dbbf57c6f30fda4b
2020-01-26 15:47:02 -08:00

33 lines
673 B
Plaintext

{
"presubmit": [
{
"name": "GtsMediaTestCases",
"options" : [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
}
]
},
{
"name": "GtsExoPlayerTestCases",
"options" : [
{
"include-annotation": "android.platform.test.annotations.SocPresubmit"
},
{
"include-filter": "com.google.android.exoplayer.gts.DashTest#testWidevine23FpsH264Fixed"
}
]
}
],
"imports": [
{
"path": "frameworks/av/drm/mediadrm/plugins"
}
]
}