mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
selftests/damon/sysfs.sh: test pause file existence
sysfs.sh DAMON selftest is not testing the existence of the 'pause' sysfs file. Add the test. Link: https://lore.kernel.org/20260522154026.80546-15-sj@kernel.org Signed-off-by: SeongJae Park <sj@kernel.org> Cc: Brendan Higgins <brendan.higgins@linux.dev> Cc: Shuah Khan <shuah@kernel.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
This commit is contained in:
parent
a8f30ccf23
commit
1f9f7e72da
|
|
@ -366,6 +366,7 @@ test_context()
|
|||
ensure_file "$context_dir/avail_operations" "exit" 400
|
||||
ensure_file "$context_dir/operations" "exist" 600
|
||||
ensure_file "$context_dir/addr_unit" "exist" 600
|
||||
ensure_file "$context_dir/pause" "exist" 600
|
||||
test_monitoring_attrs "$context_dir/monitoring_attrs"
|
||||
test_targets "$context_dir/targets"
|
||||
test_schemes "$context_dir/schemes"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user