From 03761c7e8e9052b93f2395fe704653825471d4bc Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Thu, 1 Feb 2024 10:47:21 -0800 Subject: [PATCH] audio: Move stable libaudioclient tests to presubmit for the AIDL HAL These framework-side tests are helpful in detecting breakages caused by changes in the HAL code. Data from postsubmit runs: Test module audioeffect_tests: Latency (p90): 3s, Flakiness: 0.00% Test module trackplayerbase_tests: Latency (p90): 13s, Flakiness: 0.00% Bug: 311830316 Test: presubmit Test-Mapping-Slo-Bypass-Bug: b/318425155 Change-Id: I5c329239cd3890e98edc74283bc9edb83e7e7ba7 --- audio/aidl/TEST_MAPPING | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/audio/aidl/TEST_MAPPING b/audio/aidl/TEST_MAPPING index b5fcd86325..e325001fff 100644 --- a/audio/aidl/TEST_MAPPING +++ b/audio/aidl/TEST_MAPPING @@ -3,9 +3,15 @@ { "name": "VtsHalAudioCoreTargetTest" }, + { + "name": "audioeffect_tests" + }, { "name": "audio_policy_config_xml_converter_tests" }, + { + "name": "trackplayerbase_tests" + }, { "name": "VtsHalAudioEffectFactoryTargetTest" }, @@ -59,15 +65,9 @@ { "name": "audiorecord_tests" }, - { - "name": "audioeffect_tests" - }, { "name": "audiorouting_tests" }, - { - "name": "trackplayerbase_tests" - }, { "name": "audiosystem_tests" },