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

Commit 2874af47 authored by Mikhail Naganov's avatar Mikhail Naganov
Browse files

Add tests to libaudioclient pre- and post-submit

Add the following test to libaudioclient presubmit:
  audio_aidl_status_tests

Add the following test to libaudioclient postsubmit:
  audiorecord_tests
  audioeffect_tests
  audiorouting_tests
  audioclient_serialization_tests
  trackplayerbase_tests
The plan is to observe their stability in postsubmit,
then move to presubmit.

Bug: 215776959
Bug: 215781480
Bug: 215781479
Bug: 229419249
Bug: 215794102
Test: atest audio_aidl_status_tests
Test: atest audiorecord_tests
Test: atest audioeffect_tests
Test: atest audiorouting_tests
Test: atest audioclient_serialization_tests
Test: atest trackplayerbase_tests
Change-Id: I501a59566ce805f35895a4743139a642216022e3
parent 909bb04c
Loading
Loading
Loading
Loading
+20 −0
Original line number Diff line number Diff line
@@ -3,6 +3,9 @@
    {
      "name": "audio_aidl_conversion_tests"
    },
    {
      "name": "audio_aidl_status_tests"
    },
    {
      "name": "CtsNativeMediaAAudioTestCases",
      "options" : [
@@ -11,5 +14,22 @@
        }
      ]
    }
  ],
  "postsubmit": [
    {
      "name": "audieorecord_tests"
    },
    {
      "name": "audioeffect_tests"
    },
    {
      "name": "audiorouting_tests"
    },
    {
      "name": "audioclient_serialization_tests"
    },
    {
      "name": "trackplayerbase_tests"
    }
  ]
}
+1 −0
Original line number Diff line number Diff line
@@ -141,6 +141,7 @@ cc_defaults {
    ],
    data: ["bbb*.raw"],
    test_config_template: "audio_test_template.xml",
    test_suites: ["device-tests"],
}

cc_test {