From 18fcb688bc3f1c8b426cc4060e0b4632e32de416 Mon Sep 17 00:00:00 2001 From: Mikhail Naganov Date: Thu, 11 Jan 2024 09:54:50 -0800 Subject: [PATCH] Add android.virtualdevice.cts.VirtualAudioTest to postsubmit These tests exercise audio playback and capture on CF and are useful in spotting issues in the audio pipeline end-to-end. Bug: 316017930 Test: atest CtsVirtualDevicesTestCases Change-Id: If625cec5bc2d281f1e0d99b820f604f1bac7b621 --- audio/aidl/TEST_MAPPING | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/audio/aidl/TEST_MAPPING b/audio/aidl/TEST_MAPPING index 36c88dbad5..b5fcd86325 100644 --- a/audio/aidl/TEST_MAPPING +++ b/audio/aidl/TEST_MAPPING @@ -70,6 +70,14 @@ }, { "name": "audiosystem_tests" + }, + { + "name": "CtsVirtualDevicesTestCases", + "options" : [ + { + "include-filter": "android.virtualdevice.cts.VirtualAudioTest" + } + ] } ] }