Lines Matching refs:tst_brk
103 *) tst_brk TBROK "Invalid res type '$1'";;
122 tst_brk() function
141 tst_brk TBROK "$@ failed"
149 tst_brk TBROK "$@ failed"
182 tst_brk TBROK "TST_RETRY_FN_EXP_BACKOFF expects 3 parameters"
186 tst_brk TBROK "TST_RETRY_FN_EXP_BACKOFF: tst_sec must be integer ('$tst_sec')"
199 tst_brk TBROK "\"$tst_fun\" timed out"
209 tst_brk TBROK "TST_RETRY_FUNC expects 2 parameters"
227 echo "$output" | grep -q "$msg" && tst_brk TCONF "'$@': $msg"
230 tst_brk TBROK "$@ failed: $output"
268 tst_brk TBROK "No fs_type specified"
272 tst_brk TBROK "No device specified"
289 tst_brk TCONF "missing which command"
300 tst_cmd_available $cmd || tst_brk TCONF "'$cmd' not found"
324 [ $? -ne 0 ] && tst_brk TCONF "$drv driver not available"
357 tst_brk TBROK "Test didn't report any results"
417 tst_brk TBROK "Expected number (-i) not '$TST_ITERATIONS'"
421 tst_brk TBROK "Number of iterations (-i) must be > 0"
426 tst_brk TCONF "Must be super/root for this test!"
435 tst_brk TCONF "test requires kernel $TST_MIN_KVER+"
456 tst_brk TBROK "Use TST_NEEDS_TMPDIR must be set for TST_NEEDS_DEVICE"
462 tst_brk TBROK "Failed to acquire device"
480 tst_brk TCONF "Failed to find module '$TST_NEEDS_MODULE'"
536 …tst_brk TCONF "Failed to set TST_ID from \$0 ('$0'), fix it with setting TST_ID before sourcing ts…
551 tst_brk TBROK "Test $0 must call tst_run!"
556 tst_brk TBROK "TST_TESTFUNC is not defined"
563 tst_brk TBROK "TST_CNT must be integer"
567 tst_brk TBROK "TST_CNT must be > 0"
573 tst_brk TBROK "TST_POS_ARGS must be integer"
577 tst_brk TBROK "TST_POS_ARGS must be > 0"
594 tst_brk TBROK "Invalid number of positional parameters:"\
599 tst_brk TBROK "Unexpected positional arguments '$@'"