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

Commit 0213086e authored by Edwin Wong's avatar Edwin Wong Committed by Android (Google) Code Review
Browse files

Merge "Add CTS/GTS tests for TH presumbit."

parents 7db9e2b2 713182c1
Loading
Loading
Loading
Loading
+26 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "GtsMediaTestCases",
      "options" : [
        {
	  "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "include-filter": "com.google.android.media.gts.WidevineGenericOpsTests"
        },
        {
          "include-filter": "com.google.android.media.gts.MediaDrmTest"
        },
        {
          "include-filter": "com.google.android.media.gts.WidevineDashPolicyTests"
        }
      ]
    }
  ],
  "imports": [
    {
      "path": "frameworks/av/drm/mediadrm/plugins"
    }
  ]
}
+18 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "CtsMediaTestCases",
      "options" : [
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        {
          "include-filter": "android.media.cts.MediaDrmClearkeyTest"
        },
        {
          "include-filter": "android.media.cts.MediaDrmMetricsTest"
        }
      ]
    }
  ]
}