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

Commit 53b7e663 authored by Eric Laurent's avatar Eric Laurent
Browse files

audio policy: add remote submix tests to presubmit

Add GTS test AudioHostTest#testTwoChannelCapturing to verify basic
operation of remote submix capture with MODIFY_AUDIO_ROUTING permission

Test: atest AudioHostTest#testTwoChannelCapturing
Bug: 202362335
Change-Id: Ibefeb51d6181dd5b902a4de4982bece667134e48
parent 07b6cbda
Loading
Loading
Loading
Loading
+9 −0
Original line number Diff line number Diff line
@@ -2,6 +2,15 @@
  "presubmit": [
    {
       "name": "audiopolicy_tests"
    },
    {
      "name": "GtsGmscoreHostTestCases",
      "keywords": ["primary-device"],
      "options" : [
        {
          "include-filter": "com.google.android.gts.audio.AudioHostTest#testTwoChannelCapturing"
        }
      ]
    }
  ]
}