Home
last modified time | relevance | path

Searched refs:TCID (Results 1 - 25 of 522) sorted by relevance

12345678910>>...21

/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_import/
H A Dtpmtoken_import_tests.sh101 export TCID=tpmtoken_import01 # Test ID
107 tst_resm TPASS "'tpmtoken_import -n $TCID $TPM_COMBFILE' passed."
110 tst_res TFAIL $TPM_TMPFILE "'tpmtoken_import -n $TCID $TPM_COMBFILE' failed."
119 export TCID=tpmtoken_import02 # Test ID
125 tst_resm TPASS "'tpmtoken_import -n $TCID $TPM_COMBFILE' passed."
128 tst_res TFAIL $TPM_TMPFILE "'tpmtoken_import -n $TCID $TPM_COMBFILE' failed."
137 export TCID=tpmtoken_import03 # Test ID
143 tst_resm TPASS "'tpmtoken_import -y -n $TCID $TPM_COMBFILE' passed."
146 tst_res TFAIL $TPM_TMPFILE "'tpmtoken_import -y -n $TCID $TPM_COMBFILE' failed."
155 export TCID
[all...]
/third_party/ltp/testcases/kernel/firmware/fw_load_kernel/
H A Dltp_fw_load.c36 #define TCID "ltp_fw_load" macro
57 pr_info(TCID ": device released\n"); in device_release()
61 .init_name = TCID,
69 pr_info(TCID ": Firmware has size '%zu'\n", size); in fw_read()
71 pr_err(TCID ": Expected firmware size '%d'\n", fw_size); in fw_read()
76 pr_err(TCID ": Unexpected firmware data\n"); in fw_read()
89 pr_info(TCID ": firmware '%s' requested\n", name); in try_request_fw()
92 pr_err(TCID ": Can't request firmware '%s'\n", name); in try_request_fw()
116 pr_err(TCID ": Unexpected number of firmwares '%d'", fw_num); in sys_fwnum()
135 pr_err(TCID " in test_init()
[all...]
/third_party/ltp/pan/cgi/
H A Dreconsile.cgi87 $rec->{TCID} = $tcid;
104 || $a->{TCID} cmp $b->{TCID}
111 # print "$_->{TAG}:$_->{TCID}:$_->{TC}:$_->{STATUS}\n";
131 print "<th>TCID<th>Test Case<th>Status";
159 || $a->{TCID} cmp $b->{TCID}
171 && @$rtcs[0]->{TCID} eq $LCR->{TCID}
202 && @$rtcs[0]->{TCID} e
[all...]
/third_party/ltp/testcases/kernel/ipc/pipeio/
H A Dpipeio.c57 char *TCID = "pipeio"; variable
194 TCID = optarg; in parse_options()
211 TCID, optarg); in parse_options()
215 "greater than zero.\n", TCID); in parse_options()
223 TCID, optarg); in parse_options()
227 "greater than zero.\n", TCID); in parse_options()
261 TCID, optarg); in parse_options()
273 "arg '%s'.\n", TCID, optarg); in parse_options()
288 TCID); in parse_options()
301 "arg '%s'.\n", TCID, optar in parse_options()
[all...]
/third_party/ltp/testcases/lib/
H A Dcmdlib.sh56 export TCID TST_COUNT TST_TOTAL
153 TCID=${TCID:=}
154 [ -z "$TCID" ] && TCID=${0##*/}
155 TC=$(echo "$TCID" | awk '{ sub( /[0-9]+$/,""); print; }')
H A Dtest.sh57 printf "$TCID $TST_COUNT "
133 TST_TMPDIR=$(mktemp -d "$TMPDIR/$TCID.XXXXXXXXXX")
419 if [ -z "$TCID" ]; then
420 tst_brkm TBROK "TCID is not defined"
427 export TCID="$TCID"
435 export LTP_DATAROOT="$LTPROOT/testcases/data/$TCID"
439 LTP_IPC_PATH="/dev/shm/ltp_${TCID}_$$"
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_setpasswd/
H A Dtpmtoken_setpasswd_tests.sh68 export TCID=tpmtoken_setpasswd01 # Test ID
86 export TCID=tpmtoken_setpasswd02 # Test ID
104 export TCID=tpmtoken_setpasswd03 # Test ID
122 export TCID=tpmtoken_setpasswd04 # Test ID
152 export TCID=tpmtoken_setpasswd # Test ID
/third_party/ltp/testcases/kernel/syscalls/fcntl/
H A Dfcntl07.c60 char *TCID = "fcntl07"; variable
109 execlp(TCID, TCID, "-T", pidname, NULL); in verify_cloexec()
113 TCID, TCID, pidname, strerror(errno), errno); in verify_cloexec()
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_restrictpubek/
H A Dtpm_restrictpubek_tests.sh68 export TCID=tpm_restrictpubek01 # Test ID
86 export TCID=tpm_restrictpubek02 # Test ID
104 export TCID=tpm_restrictpubek03 # Test ID
134 export TCID=tpm_restrictpubek # Test ID
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_init/
H A Dtpmtoken_init_tests.sh76 export TCID=tpmtoken_init01 # Test ID
94 export TCID=tpmtoken_init02 # Test ID
112 export TCID=tpmtoken_init03 # Test ID
142 export TCID=tpmtoken_init # Test ID
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_protect/
H A Dtpmtoken_protect_tests.sh67 export TCID=tpmtoken_protect01 # Test ID
85 export TCID=tpmtoken_protect02 # Test ID
103 export TCID=tpmtoken_protect03 # Test ID
135 export TCID=tpmtoken_protect # Test ID
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_changeauth/
H A Dtpm_changeauth_tests.sh68 export TCID=tpm_changeauth01 # Test ID
86 export TCID=tpm_changeauth02 # Test ID
104 export TCID=tpm_changeauth03 # Test ID
134 export TCID=tpm_changeauth # Test ID
/third_party/ltp/testcases/kernel/io/writetest/
H A Dwritetest.c56 char *TCID = "writetest"; variable
86 perror(TCID); in write_file()
121 perror(TCID); in verify_file()
164 printf("%s [-v] [-b blocks] [-s seed] [-o filename]\n", TCID); in usage()
175 TCID = argv[0]; in parse_args()
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_version/
H A Dtpm_version_tests.sh20 export TCID=tpm_version
54 export TCID=tpm_version01 # Test ID
86 export TCID=tpm_version # Test ID
/third_party/ltp/testcases/network/tcp_cmds/telnet/
H A Dtelnet01.sh20 TCID="telnet01"
91 tst_resm TFAIL "Test $TCID failed."
93 tst_resm TPASS "Test $TCID succeeded."
/third_party/ltp/tools/apicmds/
H A Dltpapicmd.c49 * TCID and TST_TOTAL were set did not print usage message.
69 char *TCID; /* Name of the testcase */ variable
248 * Set the values for TCID to the name of the test case.
261 TCID = getenv("TCID"); in main()
264 if (TCID == NULL || tst_total == NULL || tst_cntstr == NULL) { in main()
267 "\nSet variables TCID, TST_TOTAL, and TST_COUNT before each test:\n" in main()
268 "export TCID=<test name>\n" in main()
280 if (strcmp(TCID, " ") == 0) { in main()
282 "Variable TCID no in main()
[all...]
/third_party/ltp/testcases/commands/tpm-tools/tpm/tpm_selftest/
H A Dtpm_selftest_tests.sh50 export TCID=tpm_selftest01 # Test ID
68 export TCID=tpm_selftest02 # Test ID
98 export TCID=tpm_selftest # Test ID
/third_party/ltp/testcases/commands/tpm-tools/tpmtoken/tpmtoken_objects/
H A Dtpmtoken_objects_tests.sh60 export TCID=tpmtoken_objects01 # Test ID
78 export TCID=tpmtoken_objects02 # Test ID
108 export TCID=tpmtoken_objects # Test ID
/third_party/ltp/testcases/kernel/controllers/freezer/
H A Drun_freezer.sh64 TCID="$0"
69 export LTPBIN PATH TCID TST_COUNT TST_TOTAL CGROUPS_TESTROOT
109 export TCID="${TEST}"
H A Dfreeze_self_thaw.sh29 SETS_DEFAULTS="${TCID=freeze_self_thaw.sh} ${TST_COUNT=1} ${TST_TOTAL=1}"
30 declare -r TCID
33 export TCID TST_COUNT TST_TOTAL
H A Dlibltp76 #echo "LTP log: $cmd ${TCID} ${TST_COUNT}/${TST_TOTAL}: $tag $msg" 1>&$out_fd
77 echo "${TCID} ${TST_COUNT}/${TST_TOTAL}: $tag $msg" 1>&$out_fd
101 export TCID TST_COUNT TST_TOTAL
/third_party/ltp/testcases/kernel/syscalls/newuname/
H A Dnewuname01.c50 char *TCID = "newuname01"; variable
121 TCID, TEST_ERRNO, in main()
148 TCID, TEST_ERRNO, in main()
/third_party/ltp/lib/
H A Dtst_res.c132 extern char *TCID; /* Test case identifier from the test source */
197 tst_print(TCID, 0, ttype, tmesg); in tst_res__()
200 tst_print(TCID, 0, TWARN, in tst_res__()
213 tst_print(TCID, tst_count + 1, ttype, tmesg); in tst_res__()
231 if (strcmp(Last_tcid, TCID) == 0 && Last_type == ttype_result && in tst_condense()
249 Last_tcid = malloc(strlen(TCID) + 1); in tst_condense()
250 strcpy(Last_tcid, TCID); in tst_condense()
500 tst_print(TCID, 0, TWARN, Warn_mesg); in tst_brk__()
/third_party/ltp/lib/tests/
H A Dtst_dataroot01.c29 char *TCID = "dataroot"; variable
48 snprintf(tmp, PATH_MAX, "%s/testcases/data/%s", LTPROOT, TCID); in main()
50 "dataroot == $LTPROOT/testcases/data/$TCID"); in main()
/third_party/ltp/testcases/kernel/syscalls/set_tid_address/
H A Dset_tid_address01.c47 char *TCID = "set_tid_address01"; variable
122 TCID, TEST_ERRNO, in main()

Completed in 7 milliseconds

12345678910>>...21