/external/ltp/testcases/kernel/sched/hyperthreading/ht_enabled/ |
smt_smp_enabled.sh | 36 tst_resm TINFO "Begin: SMT/SMP Enabled" 42 tst_resm TCONF "SMT/SMP is not supported" 43 tst_resm TINFO "End: SMT/SMP Enabled" 47 tst_resm TBROK "ht_enabled:File not found" 48 tst_resm TINFO "End: SMT/SMP Enabled" 58 tst_resm TCONF "$test_op" 59 tst_resm TINFO "End: SMT/SMP Enabled" 67 tst_resm TPASS "SMT is enable" 69 tst_resm TPASS "SMP System" 71 tst_resm TCONF "TBD [all...] |
/external/ltp/testcases/kernel/syscalls/fcntl/ |
fcntl13.c | 62 tst_resm(TFAIL, "fcntl(2) failed to FAIL"); 64 tst_resm(TFAIL, "Expected EINVAL got %d", errno); 66 tst_resm(TPASS, "got EINVAL"); 70 tst_resm(TFAIL, "F_SETLK: fcntl(2) failed to FAIL"); 72 tst_resm(TFAIL, "F_SETLK: Expected EFAULT got %d", 75 tst_resm(TPASS, "F_SETLK: got EFAULT"); 79 tst_resm(TFAIL, "F_SETLKW: fcntl(2) failed to FAIL"); 81 tst_resm(TFAIL, "F_SETLKW: Expected EFAULT got %d", 84 tst_resm(TPASS, "F_SETLKW: got EFAULT"); 88 tst_resm(TFAIL, "F_GETLK: fcntl(2) failed to FAIL") [all...] |
fcntl18.c | 75 tst_resm(TINFO, "Enter block 1"); 78 tst_resm(TFAIL, "file opening error"); 85 tst_resm(TPASS, "Test F_GETLK: for errno EFAULT PASSED"); 87 tst_resm(TFAIL, "Test F_GETLK: for errno EFAULT FAILED"); 91 tst_resm(TINFO, "Block 1 FAILED"); 93 tst_resm(TINFO, "Block 1 PASSED"); 95 tst_resm(TINFO, "Exit block 1"); 97 tst_resm(TINFO, "Skip block 1 on uClinux"); 103 tst_resm(TINFO, "Enter block 2"); 108 tst_resm(TPASS, "Test F_GETLK64: for errno EFAULT PASSED") [all...] |
/external/ltp/testcases/kernel/syscalls/syslog/ |
syslog06 | 41 tst_resm TINFO "syslog: Testing the log option: LOG_NDELAY..." 66 tst_resm TINFO " Test the logging option: LOG_NDELAY" 67 tst_resm TINFO " o Do openlog() without LOG_NDELAY option." 68 tst_resm TINFO " o open a file and check the returned file descriptor" 69 tst_resm TINFO " It should be 3." 70 tst_resm TINFO " o Now do openlog() with LOG_NDELAY option." 71 tst_resm TINFO " o open a file and check the returned file descriptor." 72 tst_resm TINFO " It should be greater than 3."
|
syslog05 | 41 tst_resm TINFO "syslog: Testing the log option: LOG_CONS..." 77 tst_resm TBROK "/var/log/messages no such log file" 87 tst_resm TINFO " case5: Test the logging option: LOG_CONS" 88 tst_resm TINFO " o Do openlog() with LOG_CONS option." 89 tst_resm TINFO " o Disable /dev/syslog by moving it to a temporary file name." 90 tst_resm TINFO " o Send the syslog message." 91 tst_resm TINFO " o Check whether this is written to the console i.e to" 92 tst_resm TINFO " the file /usr/adm/ktlog/<this year>/<this month>/<to_day>"
|
/external/ltp/testcases/kernel/syscalls/getpgid/ |
getpgid01.c | 80 tst_resm(TINFO, "%s PASSED", TCID); 82 tst_resm(TINFO, "%s FAILED", TCID); 87 tst_resm(TINFO, "Enter block 1"); 90 tst_resm(TFAIL | TERRNO, "getpgid(0) failed"); 95 tst_resm(TINFO, "Test block 1: getpgid(0) FAILED"); 97 tst_resm(TPASS, "Test block 1: getpgid(0) PASSED"); 98 tst_resm(TINFO, "Exit block 1"); 101 tst_resm(TINFO, "Enter block 2"); 106 tst_resm(TFAIL | TERRNO, "getpgid(%d) failed", my_pid); 109 tst_resm(TFAIL, "getpgid(my_pid=%d) != getpgid(0) [all...] |
/external/ltp/testcases/kernel/sched/hyperthreading/ht_affinity/ |
smt_smp_affinity.sh | 38 tst_resm TINFO "Begin: SMT/SMP Affinity" 45 tst_resm TCONF "SMT/SMP is not supported" 46 tst_resm TINFO "End: SMT/SMP Affinity" 50 tst_resm TBROK "ht_enabled:File not found" 51 tst_resm TINFO "End: SMT/SMP Affinity" 61 tst_resm TCONF "cpuX:offline" 62 tst_resm TINFO "End: SMT/SMP Affinity" 74 tst_resm TBROK "ht_affinity:File not found" 75 tst_resm TINFO "End: SMT/SMP Affinity" 80 tst_resm TINFO "TBD [all...] |
/external/ltp/testcases/kernel/syscalls/sigaction/ |
sigaction02.c | 76 tst_resm(TINFO, "Inside signal handler. Got signal: %d", sig); 120 tst_resm(TINFO, "Enter test %d: set handler for SIGKILL", 123 tst_resm(TFAIL, "sigaction() succeeded, should have failed"); 126 tst_resm(TFAIL, "sigaction set incorrect errno. Expected " 129 tst_resm(TPASS, "call failed with expected EINVAL error"); 136 tst_resm(TINFO, "Enter test %d: set handler for SIGSTOP", 139 tst_resm(TFAIL, "sigaction() succeeded, should have failed"); 142 tst_resm(TFAIL, "sigaction set incorrect errno. Expected " 145 tst_resm(TPASS, "call failed with expected EINVAL error"); 151 tst_resm(TINFO, "Enter test %d: set handler for bad [all...] |
/external/ltp/testcases/kernel/syscalls/getcwd/ |
getcwd02.c | 105 tst_resm(TINFO, "%s: can't run %s", TCID, pwd); 131 tst_resm(TINFO, "Enter Block 1"); 134 tst_resm(TFAIL|TERRNO, "getcwd() failed unexpectedly"); 138 tst_resm(TFAIL, "getcwd() returned unexpected working " 142 tst_resm(TINFO, "Exit Block 1"); 144 tst_resm(TFAIL, "Block 1 FAILED"); 146 tst_resm(TPASS, "Block 1 PASSED"); 153 tst_resm(TINFO, "Enter Block 2"); 157 tst_resm(TFAIL|TERRNO, "getcwd() failed unexpectedly (wanted EINVAL)"); 160 tst_resm(TINFO, "Exit Block 2") [all...] |
/external/ltp/testcases/kernel/syscalls/write/ |
write05.c | 94 tst_resm(TINFO, "Enter Block 1: test with bad fd"); 96 tst_resm(TFAIL, "write of invalid fd passed"); 99 tst_resm(TFAIL, "expected EBADF got %d", errno); 101 tst_resm(TPASS, "received EBADF as expected."); 103 tst_resm(TINFO, "Exit Block 1"); 106 tst_resm(TINFO, "Enter Block 2: test with a bad address"); 109 tst_resm(TFAIL, "creating a new file failed"); 113 tst_resm(TFAIL, "write() on an invalid buffer " 118 tst_resm(TFAIL, "write() returned illegal " 123 tst_resm(TPASS, "received EFAULT as expected.") [all...] |
/external/ltp/testcases/network/iptables/ |
iptables_tests.sh | 33 tst_resm TINFO "INIT: Inititalizing tests." 43 tst_resm TINFO "INIT: Flushing all rules." 71 tst_resm TINFO "$cmd will list all rules in table filter." 74 tst_resm TFAIL "$cmd failed to list rules." 80 tst_resm TFAIL "$cmd failed to list rules." 84 tst_resm TINFO "$cmd lists rules." 89 tst_resm TINFO "$cmd will list all rules in table nat." 92 tst_resm TFAIL "$cmd failed to list rules." 98 tst_resm TFAIL "$cmd failed to list rules." 102 tst_resm TINFO "$cmd lists rules. [all...] |
/external/ltp/testcases/kernel/fs/fs_bind/regression/ |
test01 | 28 tst_resm TINFO "***************TEST01***************" 29 tst_resm TINFO "regression: bind unshared directory to unshare mountpoint." 30 tst_resm TINFO "************************************" 32 . "${FS_BIND_ROOT}/bin/setup" || (tst_resm TWARN "Setup of regression/test01 failed" && tst_exit) 50 trap 'ERR=$? ; tst_resm TWARN "regression/test01: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR 52 tst_resm TWARN "regression/test01: ${ERR_MSG}" 65 tst_resm TFAIL "regression/test01: FAILED: regression: bind unshared directory to unshare mountpoint." 68 tst_resm TPASS "regression/test01: PASSED"
|
/external/ltp/testcases/network/stress/http/ |
http-stress | 38 tst_resm TINFO "run over IPv$ipver" 49 tst_resm TINFO "Setting file size to 2G - 1 byte" 54 tst_resm TBROK "Failed to create test file" 59 tst_resm TINFO "http client download test file" 64 tst_resm TPASS "Test is finished successfully" 69 tst_resm TINFO "clients request data asynchronously $NS_DURATION sec" 74 tst_resm TPASS "Test is finished successfully"
|
/external/ltp/scripts/tests/ |
test_safe_rm.sh | 36 tst_resm TPASS "$i passed as expected" 38 tst_resm TFAIL "$i didn't pass as expected" 45 tst_resm TFAIL "$i didn't fail as expected" 48 tst_resm TPASS "$i failed as expected"
|
/external/ltp/testcases/kernel/power_management/ |
runpwtests_exclusive04.sh | 44 tst_resm TPASS "CPU consolidation test by varying sched_smt from 1 to 0" 46 tst_resm TFAIL "CPU consolidation test by varying sched_smt from 1 to 0" 53 tst_resm TPASS "CPU consolidation test by varying sched_smt from 2 to 0" 55 tst_resm TFAIL "CPU consolidation test by varying sched_smt from 2 to 0"
|
/external/ltp/testcases/kernel/syscalls/ioctl/ |
test_ioctl | 44 tst_resm TINFO "Skipping ioctl01 with $tttype" 47 tst_resm TINFO "Testing ioctl01 with $tttype" 52 tst_resm TPASS "ioctl01 Passed with $tttype" 54 tst_resm TFAIL "ioctl01 Failed with $tttype" 67 tst_resm TINFO "Skipping ioctl02 with $tttype" 70 tst_resm TINFO "Testing ioctl02 with $tttype" 75 tst_resm TPASS "ioctl02 Passed with $tttype" 77 tst_resm TFAIL "ioctl02 Failed with $tttype"
|
/external/ltp/testcases/kernel/controllers/cgroup_fj/ |
cgroup_fj_function.sh | 50 tst_resm TFAIL "Failed to attach task" 55 tst_resm TFAIL "Failed to attach task" 59 tst_resm TPASS "Task attached succesfully" 68 tst_resm TFAIL "Failed to move $start_path/ltp_2 to $start_path/ltp_3" 74 tst_resm TFAIL "Failed to remove $start_path/ltp_3" 78 tst_resm TPASS "Successfully moved $start_path/ltp_2 to $start_path/ltp_3" 87 tst_resm TFAIL "Moved $start_path/ltp_2 over existing $start_path/ltp_1" 91 tst_resm TPASS "Failed to move $start_path/ltp_2 over existing $start_path/ltp_1" 100 tst_resm TFAIL "Failed to attach $pid to $start_path/ltp_1" 105 tst_resm TFAIL "Removed $start_path/ltp_1 which contains task $pid [all...] |
/external/ltp/testcases/network/nfs/nfs_stress/ |
nfs04 | 35 tst_resm TINFO "create 10M file" 37 tst_resm TPASS "Test finished"
|
/external/ltp/testcases/network/stress/broken_ip/ |
broken_ip4-checksum | 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \ 33 tst_resm TPASS "Test is finished successfully."
|
broken_ip4-dstaddr | 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \ 34 tst_resm TPASS "Test is finished successfully."
|
broken_ip4-fragment | 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \ 33 tst_resm TPASS "Test is finished successfully."
|
broken_ip4-ihl | 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \ 34 tst_resm TPASS "Test is finished successfully."
|
broken_ip4-protcol | 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \ 33 tst_resm TPASS "Test is finished successfully."
|
broken_ip4-totlen | 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \ 33 tst_resm TPASS "Test is finished successfully."
|
broken_ip4-version | 27 tst_resm TINFO "Verify that the kernel is not crashed with receiving \ 33 tst_resm TPASS "Test is finished successfully."
|