Skip to content

Commit 059e959

Browse files
keqiaozhangmarc-hb
authored andcommitted
multiple-pause-resume: skip PAUSE/RELEASE test on Echo Reference pipeline
Smart Amp playback pipeline and Echo Reference capture pipeline are interdependent, so random pause/release 1 or 2 of them will cause an invalid bug #4434. This patch filters out the Echo Reference capture pipeline for the pause/resume test, it's not a valid use case. Signed-off-by: Keqiao Zhang <keqiao.zhang@intel.com>
1 parent 36092cb commit 059e959

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test-case/multiple-pause-resume.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ rnd_range=$((rnd_max - rnd_min))
5656
[[ $rnd_range -le 0 ]] && dlogw "Error random range scope [ min:$rnd_min - max:$rnd_max ]" && exit 2
5757

5858
tplg=${OPT_VAL['t']}
59-
func_pipeline_export "$tplg" "type:any"
59+
func_pipeline_export "$tplg" "type:any & ~pcm:Amplifier Reference"
6060

6161
logger_disabled || func_lib_start_log_collect
6262

0 commit comments

Comments
 (0)