Blame bat/tests/README

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