HomeSort by relevance Sort by last modified time
    Searched refs:tst_resm (Results 1 - 25 of 1415) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /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/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/network/nfs/nfs_stress/
nfs01 32 tst_resm TINFO "starting 'nfs01_open_files $NFILES'"
34 tst_resm TPASS "test finished successfully"
nfs04 35 tst_resm TINFO "create 10M file"
37 tst_resm TPASS "Test finished"
  /external/ltp/testcases/network/tcp_cmds/arping/
arping01.sh 30 tst_resm TINFO "arping host '$RHOST' with ip '$ip_addr' dev '$dev'"
31 tst_resm TINFO "with timeout '$timeout' seconds"
36 tst_resm TFAIL "arping to '$RHOST' failed"
38 tst_resm TPASS "done"
  /external/ltp/testcases/network/tcp_cmds/clockdiff/
clockdiff01.sh 26 tst_resm TINFO "check time delta for $(tst_ipaddr)"
31 tst_resm TFAIL "clockdiff failed to get delta"
35 tst_resm TPASS "delta is 0 as expected"
37 tst_resm TFAIL "not expected data received: '$output'"
  /external/ltp/testcases/network/traceroute/
traceroute01.sh 31 tst_resm TINFO "traceroute version:"
32 tst_resm TINFO $(traceroute --version 2>&1)
52 tst_resm TFAIL "'$bytes byte' not found"
54 tst_resm TPASS "traceroute use $bytes bytes"
60 tst_resm TFAIL "^[ ]+1[ ]+$ip([ ]+[0-9]+[.][0-9]+ ms){3}' "
63 tst_resm TPASS "traceroute test completed with 1 hop"
68 tst_resm TINFO "run traceroute with ICMP ECHO"
70 tst_resm TINFO "run traceroute with TCP SYN"
  /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/nfsstat01/
nfsstat01 59 tst_resm TINFO "checking RPC calls for server/client"
64 tst_resm TINFO "calls $server_calls/$client_calls"
66 tst_resm TINFO "Checking for tracking of RPC calls for server/client"
71 tst_resm TINFO "new calls $new_server_calls/$new_client_calls"
74 tst_resm TFAIL "server RPC calls not increased"
76 tst_resm TPASS "server RPC calls increased"
80 tst_resm TFAIL "client RPC calls not increased"
82 tst_resm TPASS "client RPC calls increased"
85 tst_resm TINFO "checking NFS calls for server/client"
96 tst_resm TINFO "calls $server_calls/$client_calls
    [all...]
  /external/ltp/testcases/kernel/containers/pidns/
pidns13.c 64 tst_resm(TWARN, "cinit(pid %d): control should have not reached here!",
84 tst_resm(TBROK, "cinit%d: pidns is not created.", cinit_no);
91 tst_resm(TBROK, "cinit1: close(pipe_fd[1]) failed");
96 tst_resm(TBROK, "cinit1: fcntl(F_SETOWN) failed");
100 tst_resm(TBROK, "cinit1: fcntl(F_SETSIG) failed");
105 tst_resm(TBROK, "cinit1: fcntl(F_SETFL) failed");
113 tst_resm(TBROK, "cinit1: sigaction() failed");
116 tst_resm(TINFO, "cinit1: setup handler for async I/O on pipe");
128 tst_resm(TBROK, "cinit1: sigtimedwait() failed.");
133 tst_resm(TPASS, "cinit1: si_fd is %d, si_code is %d"
    [all...]
  /external/ltp/testcases/kernel/fs/ext4-new-features/ext4-inode-version/
ext4_inode_version_test.sh 34 tst_resm TINFO "Test inode version is 32 bits with 128 inode size"
38 tst_resm TFAIL "failed to create ext4 filesystem"
46 tst_resm TFAIL "failed to mount ext4 filesystem"
56 tst_resm TFAIL "inode version is smaller than 1"
68 tst_resm TFAIL "inode version is not 32 bits"
75 tst_resm TFAIL "failed to umount ext4 filesystem"
79 tst_resm TPASS "32 bits inode version with 128 inode size test pass"
88 tst_resm TFAIL "failed to create ext4 filesystem"
94 tst_resm TFAIL "failed to mount ext4 filesystem"
101 tst_resm TFAIL "inode version is wrong
    [all...]
  /external/ltp/testcases/kernel/syscalls/fork/
fork08.c 73 tst_resm(TFAIL, "failed to fopen file for write");
76 tst_resm(TFAIL, "failed to fopen file for read");
83 tst_resm(TFAIL, "getc from read side was confused");
92 tst_resm(TINFO, "parent forksval: %d", forks);
97 tst_resm(TINFO, "Fork failed");
105 tst_resm(TFAIL, "error in first child"
116 tst_resm(TINFO, "second child got char: %c",
119 tst_resm(TPASS, "Test passed in child"
123 tst_resm(TFAIL, "Second child got "
127 tst_resm(TFAIL, "test failed in child
    [all...]

Completed in 368 milliseconds

1 2 3 4 5 6 7 8 91011>>