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/
H A Dnfs07.sh8 FILE_COUNT=5000
19 n) FILE_COUNT="$2";;
37 tst_rhost_run -s -c "touch \$(seq -f \"$file_fmt\" -s ' ' $FILE_COUNT)"
38 tst_rhost_run -s -c "mkdir \$(seq -f \"$dir_fmt\" -s ' ' $FILE_COUNT)"
49 if [ $count -ne $FILE_COUNT ]; then
50 tst_res TFAIL "Listing files failed: $count != $FILE_COUNT"
56 if [ $count -ne $FILE_COUNT ]; then
57 tst_res TFAIL "Listing dirs failed: $count != $FILE_COUNT"

Completed in 1 milliseconds