alsa-utils/bat/tests/README
Focus Luo 0882d92732 alsabat: automation test scripts
This patch includes automated test scripts for linux audio driver
based on alsa-lib interface by using alsabat as test tool.
It supports analog and display(HDMI/DP) audio test.
The package needs the alsa-utils, alsa-lib installed environment.

Signed-off-by: Focus Luo <focus.luo@linux.intel.com>
Signed-off-by: Takashi Iwai <tiwai@suse.de>
2016-08-23 15:40:03 +02:00

33 lines
1.2 KiB
Text

automated test scripts for linux audio driver
based on alsa-lib interface by using alsabat
===============================================================================
This package contains the test scripts for linux audio driver based on
alsa-lib interface by using alsabat.
It supports analog and display(HDMI/DP) audio test.
The package needs the alsa-utils, alsa-lib installed environment.
alsabat_main.sh
- the main entrance test script,
it will call the other scripts to run the tests
(test result will save in the ./log/ folder)
analog_audio_playback_and_capture.sh
- analog audio test script (please to loopback the
analog audio output to analog audio input)
hdmi_audio_playback.sh
- hdmi audio test script (please to loopback the hdmi audio output
to analog audio input)
dp_audio_playback.sh
- dp audio test script (please to loopback the dp audio
output to analog audio input)
map_test_case
- to map the test suite/cases to a test script
asound_state/
- some asound.state config reference files
based on different platforms
Focus Luo <focus.luo@linux.intel.com>
Wang,Jinliang <jinliang.wang@intel.com>
Zhang,Keqiao <keqiao.zhang@intel.com>