Lines Matching refs:tst_brk
24 trap "tst_brk TBROK 'test interrupted'" INT
25 trap "unset _tst_setup_timer_pid; tst_brk TBROK 'test terminated'" TERM
108 *) tst_brk TBROK "Invalid res type '$1'";;
124 tst_brk()
145 tst_brk TBROK "$@ failed"
153 tst_brk TBROK "$@ failed"
195 _tst_expect_pass tst_brk "$@"
205 _tst_expect_fail tst_brk "$@"
218 tst_brk TBROK "TST_RETRY_FN_EXP_BACKOFF expects 3 parameters"
222 tst_brk TBROK "TST_RETRY_FN_EXP_BACKOFF: tst_sec must be integer ('$tst_sec')"
235 tst_brk TBROK "\"$tst_fun\" timed out"
245 tst_brk TBROK "TST_RETRY_FUNC expects 2 parameters"
263 echo "$output" | grep -q "$msg" && tst_brk TCONF "'$@': $msg"
266 tst_brk TBROK "$@ failed: $output"
306 tst_brk TCONF "Cannot mount${mnt_err}, missing driver?"
310 tst_brk TBROK "Failed to mount device${mnt_err}: mount exit = $ret"
322 tst_brk TCONF "The '$mntpoint' is not an absolute path"
362 tst_brk "Using default parameters in tst_mkfs requires TST_NEEDS_DEVICE=1"
400 tst_cmd_available $cmd || tst_brk TCONF "'$cmd' not found"
424 [ $? -ne 0 ] && tst_brk TCONF "$drv driver not available"
444 [ $? -ne 0 ] && tst_brk TCONF "Aborting due to unsuitable kernel config, see above!"
499 tst_brk TBROK "Test didn't report any results"
505 [ $# -ne 1 ] && tst_brk TBROK "_tst_multiply_timeout expect 1 parameter"
512 tst_is_num "$LTP_TIMEOUT_MUL" || tst_brk TBROK "$err ($LTP_TIMEOUT_MUL)"
520 [ "$LTP_TIMEOUT_MUL" -ge 1 ] || tst_brk TBROK "$err ($LTP_TIMEOUT_MUL)"
521 [ "$timeout" -ge 1 ] || tst_brk TBROK "timeout need to be >= 1 ($timeout)"
546 tst_brk TBROK "TST_TIMEOUT must be int >= 1! ($TST_TIMEOUT)"
580 tst_brk TCONF "Must be super/root for this test!"
599 tst_brk TCONF "Failed to find module '$_tst_module'"
618 tst_brk TBROK "tst_getconf PAGESIZE failed"
645 tst_brk TCONF "There are no supported filesystems or all skipped"
692 tst_brk TBROK "Expected number (-i) not '$TST_ITERATIONS'"
696 tst_brk TBROK "Number of iterations (-i) must be >= 0"
702 tst_brk TCONF "SecureBoot enabled, skipping test"
706 tst_brk TCONF "Kernel is locked down, skipping test"
718 tst_brk TCONF "test requires kernel $TST_MIN_KVER+"
748 tst_brk TBROK "Failed to acquire device"
759 tst_brk TCONF "filesystem is not supported by the test"
794 tst_brk TBROK "TST_SETUP=$TST_SETUP declared, but function not defined (or cmd not found)"
852 tst_brk TCONF "Failed to set TST_ID from \$0 ('$0'), fix it with setting TST_ID before sourcing tst_test.sh"
867 tst_brk TBROK "Test $0 must call tst_run!"
872 tst_brk TBROK "TST_TESTFUNC is not defined"
881 tst_brk TBROK "TST_CNT must be integer"
885 tst_brk TBROK "TST_CNT must be > 0"
891 tst_brk TBROK "TST_POS_ARGS must be integer"
895 tst_brk TBROK "TST_POS_ARGS must be > 0"
916 tst_brk TBROK "Invalid number of positional parameters:"\
921 tst_brk TBROK "Unexpected positional arguments '$@'"