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

Commit 972199ea authored by Wonsik Kim's avatar Wonsik Kim Committed by Android (Google) Code Review
Browse files

Merge "Prepare TEST_MAPPING for presubmit tests"

parents 697aec85 45a3ce98
Loading
Loading
Loading
Loading
+6 −21
Original line number Original line Diff line number Diff line
{
{
  "presubmit": [
  "postsubmit": [
    {
    {
      "name": "GtsMediaTestCases",
      // TODO: move to presubmit once we verify the tests are not flaky
      "name": "CtsMediaTestCases",
      "options": [
      "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"
    }
    }
  ]
  ]
}
}
+5 −1
Original line number Original line Diff line number Diff line
{
{
  "postsubmit": [
  "postsubmit": [
    {
    {
      // TODO: move to presubmit once we verify the tests are not flaky
      "name": "CtsMediaTestCases",
      "name": "CtsMediaTestCases",
      "options": [
      "options": [
        {
        {
          "include-annotation": "android.platform.test.annotations.RequiresDevice"
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "exclude-annotation": "android.platform.test.annotations.RequiresDevice"
        }
        }
      ]
      ]
    },
    },