Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions test-case/multiple-pipeline-playback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -110,8 +110,6 @@ do
# set up checkpoint for each iteration
func_lib_setup_kernel_checkpoint
dlogi "===== Testing: (Loop: $i/$loop_cnt) ====="
# clean up dmesg
sudo dmesg -C

# start capture:
func_run_pipeline_with_type "playback"
Expand Down Expand Up @@ -153,11 +151,11 @@ do
[ "$play_count" = 0 ] || sof-process-state.sh aplay >/dev/null ||
func_error_exit "Catch the abnormal process status of aplay"


dlogc 'pkill -9 aplay arecord'
[ "$rec_count" = 0 ] || pkill -9 arecord
[ "$play_count" = 0 ] || pkill -9 aplay

# check kernel log for each iteration to catch issues
sof-kernel-log-check.sh "$KERNEL_CHECKPOINT" || die "Caught error in kernel log"
done