Merge "Prepare TEST_MAPPING for presubmit tests"

gugelfrei
Wonsik Kim 4 years ago committed by Android (Google) Code Review
commit 972199ea0d

@ -1,31 +1,16 @@
{
"presubmit": [
"postsubmit": [
{
"name": "GtsMediaTestCases",
"options" : [
// TODO: move to presubmit once we verify the tests are not flaky
"name": "CtsMediaTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
}
]
},
{
"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"
}
]
}

@ -1,10 +1,14 @@
{
"postsubmit": [
{
// TODO: move to presubmit once we verify the tests are not flaky
"name": "CtsMediaTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.RequiresDevice"
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
}
]
},

Loading…
Cancel
Save