Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/damon/
A Ddebugfs_target_ids.sh10 orig_content=$(cat "$file")
12 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"
14 test_content "$file" "$orig_content" "1 2" "non-integer was there"
15 test_write_succ "$file" "abc 2 3" "$orig_content" "the file allows wrong input"
16 test_content "$file" "$orig_content" "" "wrong input written"
17 test_write_succ "$file" "" "$orig_content" "empty input"
18 test_content "$file" "$orig_content" "" "empty input written"
19 echo "$orig_content" > "$file"
A Ddebugfs_attrs.sh10 orig_content=$(cat "$file")
12 test_write_succ "$file" "1 2 3 4 5" "$orig_content" "valid input"
13 test_write_fail "$file" "1 2 3 4" "$orig_content" "no enough fields"
14 test_write_fail "$file" "1 2 3 5 4" "$orig_content" \
16 test_content "$file" "$orig_content" "1 2 3 4 5" "successfully written"
17 echo "$orig_content" > "$file"
A Ddebugfs_schemes.sh10 orig_content=$(cat "$file")
13 "$orig_content" "valid input"
15 3 4 5 6 3 0 0 0 1 2 3 1 100 3 2 1" "$orig_content" "multi lines"
16 test_write_succ "$file" "" "$orig_content" "disabling"
18 "$orig_content" "wrong condition ranges"
19 echo "$orig_content" > "$file"
A D_debugfs_common.sh7 orig_content=$3
16 echo "$orig_content" > "$file"
31 orig_content=$2
40 echo "$orig_content" > "$file"

Completed in 7 milliseconds