Home
last modified time | relevance | path

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

/third_party/ltp/testcases/network/nfs/nfs_stress/
Dnfs07.sh8 FILE_COUNT=5000
18 n) FILE_COUNT="$2";;
40 tst_rhost_run -s -c "touch \$(seq -f \"$file_fmt\" -s ' ' $FILE_COUNT)"
41 tst_rhost_run -s -c "mkdir \$(seq -f \"$dir_fmt\" -s ' ' $FILE_COUNT)"
52 if [ $count -ne $FILE_COUNT ]; then
53 tst_res TFAIL "Listing files failed: $count != $FILE_COUNT"
59 if [ $count -ne $FILE_COUNT ]; then
60 tst_res TFAIL "Listing dirs failed: $count != $FILE_COUNT"