Lines Matching refs:passed
85 tst_res TPASS "Test $1 passed"
90 tst_res TPASS "Test $1 passed"
95 # foo 1 TPASS: Test 1 passed
96 # foo 2 TPASS: Test 2 passed
101 found they are executed one by one. The test number is passed to it in the '$1'.
116 1) tst_res TPASS "Test $1 passed";;
117 2) tst_res TPASS "Test $1 passed";;
123 # foo 1 TPASS: Test 1 passed
124 # foo 2 TPASS: Test 2 passed
128 the '$TST_TESTFUNC' is executed '$TST_CNT' times and the test number is passed
145 tst_res TPASS "Test $1 passed with data '$2'"
150 # foo 1 TPASS: Test 1 passed with data 'foo'
151 # foo 2 TPASS: Test 1 passed with data 'bar'
152 # foo 3 TPASS: Test 1 passed with data 'd dd'
172 1) tst_res TPASS "Test $1 passed with data '$2'";;
173 2) tst_res TPASS "Test $1 passed with data '$2'";;
179 # foo 1 TPASS: Test 1 passed with data 'foo'
180 # foo 2 TPASS: Test 2 passed with data 'foo'
181 # foo 3 TPASS: Test 1 passed with data 'bar'
182 # foo 4 TPASS: Test 2 passed with data 'bar'
328 The 'getopts' string for optional parameters is passed in the '$TST_OPTS'
332 The function that prints the usage is passed in '$TST_USAGE', the help for
372 passed directly to the script in '$1', '$2', ..., '$n'.
470 # returns zero if passed an integer parameter, non-zero otherwise
479 # returns zero if passed an integer or floating point number parameter,
521 If the path passed (optional, must be absolute path, defaults to '$TST_MNTPOINT')
571 passed to the 'ROD' function as parameters and the 'ROD' function contains
695 | start_daemon() | Starts daemon, name is passed as first parameter.
696 | stop_daemon() | Stops daemon, name is passed as first parameter.
697 | restart_daemon() | Restarts daemon, name is passed as first parameter.