Home
last modified time | relevance | path

Searched refs:test_write_succ (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/testing/selftests/damon/
H A Ddebugfs_target_ids.sh12 test_write_succ "$file" "1 2 3 4" "$orig_content" "valid input"
13 test_write_succ "$file" "1 2 abc 4" "$orig_content" "still valid input"
15 test_write_succ "$file" "abc 2 3" "$orig_content" "the file allows wrong input"
17 test_write_succ "$file" "" "$orig_content" "empty input"
H A Ddebugfs_schemes.sh12 test_write_succ "$file" "1 2 3 4 5 6 4 0 0 0 1 2 3 1 100 3 2 1" \
16 test_write_succ "$file" "" "$orig_content" "disabling"
H A Ddebugfs_attrs.sh12 test_write_succ "$file" "1 2 3 4 5" "$orig_content" "valid input"
H A D_debugfs_common.sh21 test_write_succ() { function