Skip to content

Commit

Permalink
sof-test: change debugfs root for ipc flood test
Browse files Browse the repository at this point in the history
When multiclient architecture changes are merged, defugfs root for
ipc flood test is changed to /sys/kernel/debug/ipc-flood-test/. debugfs
entries are remained same.

Signed-off-by: Fred Oh <fred.oh@linux.intel.com>
  • Loading branch information
fredoh9 committed Apr 13, 2020
1 parent 27ca146 commit e700eb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-case/check-ipc-flood.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ OPT_OPT_lst['c']='cnt' OPT_DESC_lst['c']='ipc loop count'
OPT_PARM_lst['c']=1 OPT_VALUE_lst['c']=10000

OPT_OPT_lst['f']='dfs' OPT_DESC_lst['f']='system dfs file'
OPT_PARM_lst['f']=1 OPT_VALUE_lst['f']="/sys/kernel/debug/sof/ipc_flood_count"
OPT_PARM_lst['f']=1 OPT_VALUE_lst['f']="/sys/kernel/debug/sof/ipc-flood-test/ipc_flood_count"

OPT_OPT_lst['l']='loop' OPT_DESC_lst['l']='loop count'
OPT_PARM_lst['l']=1 OPT_VALUE_lst['l']=1
Expand Down

0 comments on commit e700eb3

Please sign in to comment.