blob: 22885c9a33b7fb09531d2f1895a203c21a94ab8c [file] [log] [blame]
{
// tests which require dynamic content
// invoke with: atest -- --enable-module-dynamic-download=true
// TODO(b/148094059): unit tests not allowed to download content
"dynamic-presubmit": [
// writerTest fails about 5 out of 66
// { "name": "writerTest" },
{ "name": "HEVCUtilsUnitTest" },
{ "name": "ExtractorFactoryTest" }
],
"presubmit-large": [
{
"name": "CtsMediaMiscTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
}
]
},
{
"name": "CtsMediaAudioTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
},
// TODO: b/149314419
{
"exclude-filter": "android.media.audio.cts.AudioPlaybackCaptureTest"
},
{
"exclude-filter": "android.media.audio.cts.AudioRecordTest"
}
]
},
{
"name": "CtsMediaDecoderTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
}
]
},
{
"name": "CtsMediaEncoderTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
}
]
},
{
"name": "CtsMediaCodecTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
}
]
},
{
"name": "CtsMediaPlayerTestCases",
"options": [
{
"include-annotation": "android.platform.test.annotations.Presubmit"
},
{
"exclude-annotation": "android.platform.test.annotations.RequiresDevice"
}
]
}
],
"presubmit": [
{
"name": "mediacodecTest"
},
{
"name": "CtsMediaTranscodingTestCases"
}
],
"postsubmit": [
{
"name": "BatteryChecker_test"
}
]
}