/external/ltp/testcases/kernel/containers/netns/ |
D | netns_helper.h | 43 tst_brkm(TCONF, NULL, in check_iproute() 48 tst_brkm(TCONF, NULL, in check_iproute() 52 tst_brkm(TCONF, NULL, "The commands in iproute tools do " in check_iproute() 70 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWNS (%d) not supported", in check_netns() 76 tst_brkm(TCONF | TERRNO, NULL, in check_netns()
|
/external/ltp/testcases/network/can/filter-tests/ |
D | can_run_tests.sh | 36 tst_brkm TCONF "modprobe can failed: ret - $ret" 42 tst_brkm TCONF "modprobe can_raw failed: ret - $ret" 49 tst_brkm TCONF "modprobe -r vcan failed: ret - $ret" 55 tst_brkm TCONF "modprobe vcan echo=1 failed: ret - $ret" 102 32) tst_resm TCONF "$1 is not appropriate for configuration flag";;
|
/external/ltp/testcases/kernel/syscalls/copy_file_range/ |
D | copy_file_range02.c | 95 tst_res(TCONF, "%s binary not installed or failed", command); in run_command() 98 tst_res(TCONF, "%s exited with %i", command, ret); in run_command() 111 tst_res(TCONF, in verify_copy_file_range() 116 tst_res(TCONF, "filesystem doesn't support chattr +i, skip it"); in verify_copy_file_range() 120 tst_res(TCONF, "filesystem doesn't support swapfile, skip it"); in verify_copy_file_range() 124 tst_res(TCONF, "filesystem doesn't have free loopdev, skip it"); in verify_copy_file_range() 228 tst_res(TCONF, "Insufficient disk space to create swap file"); in setup() 234 tst_res(TCONF, "Failed to create swapfile"); in setup()
|
/external/ltp/testcases/kernel/controllers/cgroup/ |
D | cgroup_regression_test.sh | 22 tst_brk TCONF ignored "test must be run with kernel 2.6.29 or newer" 26 tst_brk TCONF ignored "Kernel does not support for control groups; skipping testcases"; 164 tst_res TCONF "CONFIG_SCHED_DEBUG is not enabled" 169 tst_res TCONF "CONFIG_CGROUP_SCHED is not enabled" 211 tst_res TCONF "CONFIG_LOCKDEP is not enabled" 218 tst_res TCONF "require more than 8 cgroup subsystems" 270 tst_res TCONF "CONFIG_CGROUP_NS is NOT supported in Kernels >= 3.0" 275 tst_res TCONF "CONFIG_CGROUP_NS is NOT enabled" 362 tst_res TCONF "skip rest of testing due possible oops triggered by reading /proc/sched_debug" 381 tst_res TCONF "require at least 2 cgroup subsystems"
|
/external/ltp/testcases/kernel/syscalls/prctl/ |
D | prctl02.c | 109 tst_res(TCONF, "%s", unsup_string); in verify_prctl() 116 tst_res(TCONF, "%s", unsup_string); in verify_prctl() 123 tst_res(TCONF, "%s", unsup_string); in verify_prctl() 129 tst_res(TCONF, "%s", unsup_string); in verify_prctl() 135 tst_res(TCONF, "%s", unsup_string); in verify_prctl() 153 tst_res(TCONF, "current system was not built with CONFIG_SECCOMP_FILTER."); in verify_prctl()
|
/external/ltp/testcases/lib/ |
D | tst_test.sh | 89 TCONF) TST_CONF=$((TST_CONF+1));; 247 echo "$output" | grep -q "$msg" && tst_brk TCONF "'$@': $msg" 267 tst_brk TCONF "Cannot mount${mnt_err}, missing driver?" 335 tst_brk TCONF "missing which command" 346 tst_cmd_available $cmd || tst_brk TCONF "'$cmd' not found" 355 tst_res TCONF "'$cmd' not found" 370 [ $? -ne 0 ] && tst_brk TCONF "$drv driver not available" 466 tst_brk TCONF "Must be super/root for this test!" 527 tst_brk TCONF "test requires kernel $TST_MIN_KVER+" 573 tst_brk TCONF "Failed to find module '$TST_NEEDS_MODULE'" [all …]
|
D | test.sh | 41 TCONF) return 32;; 62 TPASS|TFAIL|TCONF) TST_COUNT=$((TST_COUNT+1));; 75 TCONF) ;; 105 tst_brkm TCONF "Must be super/root for this test!" 159 tst_brkm TCONF "'$cmd' not found" 376 tst_brkm TCONF "Failed to find module '$mod_name'"
|
/external/ltp/testcases/kernel/fs/quota_remount/ |
D | quota_remount_test01.sh | 51 tst_resm TCONF "Remounting with quotas enabled is not supported!" 52 tst_resm TCONF "You should have kernel 2.6.26 and above running....." 57 tst_resm TCONF "Quota not supported in kernel!" 62 tst_resm TCONF "'quotacheck' not found" 67 tst_resm TCONF "'quotaon' not found"
|
/external/ltp/testcases/kernel/controllers/memcg/functional/ |
D | memcg_memsw_limit_in_bytes_test.sh | 77 tst_resm TCONF "mem+swap is not enabled" 93 tst_resm TCONF "mem+swap is not enabled" 104 tst_resm TCONF "mem+swap is not enabled" 115 tst_resm TCONF "mem+swap is not enabled"
|
/external/ltp/testcases/kernel/security/integrity/ima/tests/ |
D | ima_policy.sh | 18 [ -f $IMA_POLICY ] || tst_brk TCONF "$err" 21 grep -q "Device or resource busy" log && tst_brk TCONF "$err" 30 [ -f $VALID_POLICY ] || tst_brk TCONF "missing $VALID_POLICY" 33 [ -f $INVALID_POLICY ] || tst_brk TCONF "missing $INVALID_POLICY"
|
D | ima_measurements.sh | 45 [ -z "$DIGEST_INDEX" ] && tst_brk TCONF \ 127 tst_brk TCONF "cannot compute digest for $algorithm algorithm" 149 …tst_res TCONF "device '$device' is not mounted with iversion, please mount it with 'mount $device … 155 tst_res TCONF "XFS Filesystem >= V5 required for iversion support" 194 tst_res TCONF "missing system user $user (wrong installation)"
|
/external/ltp/testcases/kernel/controllers/cpuset/ |
D | cpuset_funcs.sh | 62 tst_brkm TCONF "kernel is below 2.6.28" 69 tst_brkm TCONF "The total of CPUs is less than $1" 76 tst_brkm TCONF "The total of nodes is less than $1" 83 tst_brkm TCONF "Test must be run as root" 99 tst_brkm TCONF "Cpuset is not supported"
|
/external/ltp/testcases/kernel/controllers/cpuset/cpuset_syscall_test/ |
D | cpuset_syscall_testset.sh | 33 tst_flag2mask TCONF 34 TCONF=$? 86 if [ "$ret" -eq "$TCONF" ]; then 87 return $TCONF 357 "$TCONF") 358 tst_resm TCONF "Test exited with TCONF"
|
/external/ltp/testcases/network/busy_poll/ |
D | busy_poll_lib.sh | 21 tst_brk TCONF "busy poll not configured, CONFIG_NET_RX_BUSY_POLL" 27 tst_brk TCONF "busy poll not supported by driver" 31 tst_brk TCONF "busy poll not supported"
|
/external/ltp/testcases/kernel/syscalls/fallocate/ |
D | fallocate04.c | 86 tst_brk(TCONF, "fallocate() not supported"); in test01() 107 tst_brk(TCONF, in test02() 114 tst_brk(TCONF, in test02() 162 tst_brk(TCONF, in test03() 173 tst_brk(TCONF, in test03() 210 tst_brk(TCONF, in test04() 250 tst_brk(TCONF, in test05()
|
/external/ltp/testcases/kernel/containers/mqns/ |
D | mqns_helper.h | 40 tst_brkm(TCONF, NULL, "Kernel version is lower than expected"); in check_mqns() 46 tst_brkm(TCONF, NULL, "mq_open check failed"); in check_mqns() 53 tst_brkm(TCONF | TERRNO, NULL, "CLONE_NEWIPC not supported"); in check_mqns()
|
/external/ltp/testcases/kernel/syscalls/unshare/ |
D | unshare01.c | 195 tst_brkm(TCONF, cleanup, in main() 231 tst_brkm(TCONF, cleanup, in main() 267 tst_brkm(TCONF, cleanup, in main() 289 tst_brkm(TCONF, NULL, "unshare is undefined."); in main()
|
/external/ltp/testcases/kernel/syscalls/pkeys/ |
D | pkey.h | 46 tst_brk(TCONF, "pkey_alloc is not implemented"); in check_pkey_support() 48 tst_brk(TCONF, "pku is not supported on this CPU"); in check_pkey_support() 50 tst_brk(TCONF, "pkeys are not available for test"); in check_pkey_support()
|
/external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/ |
D | smt_smp_enabled.sh | 42 tst_resm TCONF "SMT/SMP is not supported" 58 tst_resm TCONF "$test_op" 71 tst_resm TCONF "TBD"
|
/external/ltp/testcases/kernel/mem/page/ |
D | page01.c | 92 tst_resm(TCONF, "\tBad arg count.\n"); 132 tst_resm(TCONF, 134 tst_brkm(TCONF, NULL, 198 tst_resm(TCONF, "\tCannot parse %s as a number.\n", str);
|
/external/ltp/testcases/kernel/security/cap_bound/ |
D | exec_with_inh.c | 86 tst_resm(TCONF, "System doesn't have POSIX capabilities."); in main() 89 tst_resm(TCONF, "System doesn't have CAPBSET prctls"); in main() 92 tst_resm(TCONF, "System doesn't have sys/capability.h."); in main()
|
D | exec_without_inh.c | 83 tst_resm(TCONF, "System doesn't have POSIX capabilities."); in main() 86 tst_resm(TCONF, "System doesn't have CAPBSET prctls"); in main() 89 tst_resm(TCONF, "System doesn't have sys/capability.h."); in main()
|
/external/ltp/testcases/kernel/syscalls/readahead/ |
D | readahead02.c | 94 tst_brk(TCONF, "%s not available", fname); in has_file() 229 tst_res(TCONF, in test_readahead() 264 tst_res(TCONF, "CONFIG_ADVISE_SYSCALLS not configured " in test_readahead() 271 tst_res(TCONF, "readahead not supported on %s", in test_readahead() 302 tst_res(TCONF, "Your system doesn't have /proc/self/io," in test_readahead() 322 tst_res(TCONF, "Page cache on your system is too small " in test_readahead() 377 tst_brk(TCONF, "Requires " PROC_IO_FNAME); in setup()
|
/external/ltp/testcases/kernel/syscalls/memfd_create/ |
D | memfd_create03.c | 202 tst_brk(TCONF, "Huge page is not supported"); in setup() 214 tst_brk(TCONF | TERRNO, in setup() 221 tst_brk(TCONF, "Hugepage allocation failed"); in setup() 240 tst_brk(TCONF | TERRNO, "Clean-up failed: write() failed"); in cleanup() 246 tst_brk(TCONF, "Clean-up failed"); in cleanup()
|
/external/ltp/testcases/commands/sysctl/ |
D | sysctl02.sh | 31 [ ! -f "$sys_file" ] && tst_brk TCONF "$sys_file not enabled" 64 [ ! -f "$syms_file" ] && tst_brk TCONF "$syms_file not enabled" 74 tst_res TCONF "kernel doesn't support KASAN"
|