Skip to content

Commit

Permalink
run-all-tests: add pause-release-suspend-resume related cases
Browse files Browse the repository at this point in the history
Add 2 new cases to run all test:
1. pause-release-suspend-resume-with-playback
2. pause-release-suspend-resume-with-capture

Signed-off-by: Keqiao Zhang <[email protected]>
  • Loading branch information
keqiaozhang committed Apr 26, 2022
1 parent 909b76e commit 61a1972
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion test-case/run-all-tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,9 @@ kmod-load-unload
kmod-load-unload-after-playback
suspend-resume
suspend-resume-with-playback
suspend-resume-with-capture"
suspend-resume-with-capture
pause-release-suspend-resume-with-playback
pause-release-suspend-resume-with-capture"

# Requires Octave
testlist="$testlist volume_levels"
Expand Down Expand Up @@ -295,6 +297,14 @@ test_suspend-resume-with-capture()
{
"$mydir"/check-suspend-resume-with-audio.sh -l "$small_loop" -m capture
}
test_pause-release-suspend-resume-with-playback()
{
"$mydir"/check-pause-release-suspend-resume.sh -l "$small_loop" -m playback
}
test_pause-release-suspend-resume-with-capture()
{
"$mydir"/check-pause-release-suspend-resume.sh -l "$small_loop" -m capture
}

usage()
{
Expand Down

0 comments on commit 61a1972

Please sign in to comment.