Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e5119eb6 authored by Ray Essick's avatar Ray Essick
Browse files

Platinum tests for media, staging 1st round.

Bug: 144649738
Bug: 140253805
Test: atest in appropriate directory
Change-Id: I1f3411f037df781926a145ac53ab7cc843926537
parent d4ef98e4
Loading
Loading
Loading
Loading
+31 −0
Original line number Diff line number Diff line
// for frameworks/av/media
{
    "presubmit": [
        // runs whenever we change something in this tree
        {
            "name": "CtsMediaTestCases",
            "options": [
@@ -7,6 +9,35 @@
                    "include-filter": "android.media.cts.EncodeDecodeTest"
                }
            ]
        },
        {
            "name": "CtsMediaTestCases",
            "options": [
                {
                    "include-filter": "android.media.cts.DecodeEditEncodeTest"
                }
            ]
        }
    ],

    "staged-platinum-postsubmit": [
        // runs regularly, independent of changes in this tree.
        // signals if changes elsewhere break media functionality
        {
            "name": "CtsMediaTestCases",
            "options": [
                {
                    "include-filter": "android.media.cts.EncodeDecodeTest"
                }
            ]
        },
        {
            "name": "CtsMediaTestCases",
            "options": [
                {
                    "include-filter": "android.media.cts.DecodeEditEncodeTest"
                }
            ]
        }
    ]
}