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

Commit 24696b3e authored by Edward Liaw's avatar Edward Liaw
Browse files

TEST_MAPPING: enable vts hal tests in kernel-presubmit



Enable the following tests:
VtsHalBluetoothAudioTargetTest
VtsHalGraphicsComposerV2_4TargetTest

Bug: 284307085
Bug: 258819618
Test: atest :kernel-presubmit
Change-Id: I8667eaee120777a776339481f72558566e6c94b3
Signed-off-by: default avatarEdward Liaw <edliaw@google.com>
parent 29e34654
Loading
Loading
Loading
Loading
+12 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "VtsHalBluetoothAudioTargetTest"
    }
  ],
  "kernel-presubmit": [
    {
      "name": "VtsHalBluetoothAudioTargetTest"
    }
  ]
}
+13 −0
Original line number Diff line number Diff line
{
  "presubmit": [
    {
      "name": "VtsHalGraphicsComposerV2_4TargetTest"
    }
  ],
  "kernel-presubmit": [
    {
      "name": "VtsHalGraphicsComposerV2_4TargetTest"
    }
  ]
}