Skip to content

Commit

Permalink
test-case: remove redundant pipeline exporting code
Browse files Browse the repository at this point in the history
Pipeline is exported in test procedures with more
specific filter option, remove this redundant 'all'
pipeline exporting code.

Signed-off-by: Amery Song <chao.song@intel.com>
  • Loading branch information
Amery Song committed Jul 27, 2020
1 parent 7bfcbb1 commit 84f5895
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion test-case/check-xrun-injection.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ interval=${OPT_VALUE_lst['i']}

func_lib_setup_kernel_last_line
func_lib_check_sudo
func_pipeline_export $tplg "type:playback,capture"

case $test_mode in
"playback")
Expand Down
1 change: 0 additions & 1 deletion test-case/multiple-pipeline-capture.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ OPT_PARM_lst['l']=1 OPT_VALUE_lst['l']=1
func_opt_parse_option "$@"
loop_cnt=${OPT_VALUE_lst['l']}
tplg=${OPT_VALUE_lst['t']}
func_pipeline_export $tplg "type:any"
[[ ${OPT_VALUE_lst['s']} -eq 1 ]] && func_lib_start_log_collect

max_count=0
Expand Down
1 change: 0 additions & 1 deletion test-case/multiple-pipeline-playback.sh
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,6 @@ OPT_PARM_lst['l']=1 OPT_VALUE_lst['l']=1
func_opt_parse_option "$@"
loop_cnt=${OPT_VALUE_lst['l']}
tplg=${OPT_VALUE_lst['t']}
func_pipeline_export $tplg "type:any"
[[ ${OPT_VALUE_lst['s']} -eq 1 ]] && func_lib_start_log_collect

max_count=0
Expand Down

0 comments on commit 84f5895

Please sign in to comment.