Lines Matching +full:- +full:runs
2 # SPDX-License-Identifier: GPL-2.0
14 NUM_CPUS=`grep -c ^processor /proc/cpuinfo`
19 # Kselftest framework requirement - SKIP code is 4.
32 uid=$(id -u)
33 if [ $uid -ne 0 ]; then
53 echo "It runs all test cases on one single CPU with sequential order."
84 echo -n "Usage: $0 [ performance ] | [ stress ] | | [ smoke ] | "
96 echo "# Runs 1 test(id_1), repeats it 5 times by NUM_CPUS workers"
99 echo -n "# Runs 4 tests(id_1|id_2|id_4|id_16) on one CPU with "
101 echo -n "./${DRIVER}.sh sequential_test_order=1 "
104 echo -n "# Runs all tests by NUM_CPUS workers, shuffled order, repeats "
130 if [[ $key = $valid_arg ]] && [[ $val -gt 0 ]]; then
136 if [[ $valid -ne 1 ]]; then
159 if [ $# -eq 0 ]; then