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

Commit 45a3ce98 authored by Wonsik Kim's avatar Wonsik Kim
Browse files

Prepare TEST_MAPPING for presubmit tests

Putting the tests for postsubmit first. Switch to presubmit once we
verify they are not flaky.

Bug: 142866491
Test: atest --test-mapping frameworks/av/media/libstagefright
Test: atest --test-mapping frameworks/av/media/codec2
Change-Id: I1cbb81434b49288de85b57c7749670be585edc58
parent fab69be4
Loading
Loading
Loading
Loading
+6 −21
Original line number Diff line number Diff line
{
  "presubmit": [
  "postsubmit": [
    {
      "name": "GtsMediaTestCases",
      // TODO: move to presubmit once we verify the tests are not flaky
      "name": "CtsMediaTestCases",
      "options": [
        {
          "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"
    }
  ]
}
+5 −1
Original line number Diff line number Diff line
{
  "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"
        }
      ]
    },