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

Commit 2f4a6222 authored by Edwin's avatar Edwin Committed by Harish Mahendrakar
Browse files

Update package name change.

As part of bug b/171226061 to separate DRM test
classes to enable better tracking of test failures
through the OWNERs files.

The drm tests now reside in android.mediadrm.cts package.
The following tests are moved:
  MediaDrmClearkeyTest, MediaDrmMetricsTest and
  NativeMediaDrmClearkeyTest

Test: atest --test-mapping

Bug: 223194396
Bug: 190625926
Merged-In: Ic5778d2989a0a1583cfd36a5cc68c50ec404f7ae
Change-Id: Ic5778d2989a0a1583cfd36a5cc68c50ec404f7ae
(cherry picked from commit bbd9db7c)
parent b8d13456
Loading
Loading
Loading
Loading
+4 −4
Original line number Original line Diff line number Diff line
{
{
  "presubmit": [
  "presubmit": [
    {
    {
      "name": "CtsMediaTestCases",
      "name": "CtsMediaDrmTestCases",
      "options" : [
      "options" : [
        {
        {
          "include-annotation": "android.platform.test.annotations.Presubmit"
          "include-annotation": "android.platform.test.annotations.Presubmit"
        },
        },
        {
        {
          "include-filter": "android.media.cts.MediaDrmClearkeyTest"
          "include-filter": "android.mediadrm.cts.MediaDrmClearkeyTest"
        },
        },
        {
        {
          "include-filter": "android.media.cts.MediaDrmMetricsTest"
          "include-filter": "android.mediadrm.cts.MediaDrmMetricsTest"
        },
        },
        {
        {
          "include-filter": "android.media.cts.NativeMediaDrmClearkeyTest"
          "include-filter": "android.mediadrm.cts.NativeMediaDrmClearkeyTest"
        }
        }
      ]
      ]
    }
    }