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

Commit 8b232ab3 authored by Yixiao Luo's avatar Yixiao Luo
Browse files

Add trunk stable tv-postsubmit config to hdmi TEST_MAPPING

Bug: 345287800
Change-Id: I3c9513738716c3a0c83d3af50ecbb9f76fd9523f
parent d24a0c2c
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -30,5 +30,25 @@
        }
      ]
    }
  ],
  // Postsubmit tests for TV devices
  "tv-postsubmit": [
    {
      "name": "HdmiCecTests",
      "options": [
        {
          "exclude-annotation": "androidx.test.filters.FlakyTest"
        },
        {
          "exclude-annotation": "org.junit.Ignore"
        },
        {
          "include-filter": "android.hardware.hdmi"
        }
      ],
      "file_patterns": [
        "(/|^)DeviceFeature[^/]*", "(/|^)Hdmi[^/]*"
      ]
    }
  ]
}