Home
last modified time | relevance | path

Searched refs:testno (Results 1 – 8 of 8) sorted by relevance

/freebsd/tools/test/netfibs/
H A Dinitiator.sh110 local _l i testno
121 testno=1
128 check_rc $? 0 ${testno} "check_local_addr_${i}_l" \
130 testno=$((testno + 1))
133 check_rc $? 0 ${testno} "check_local_addr_${i}_a" \
135 testno=$((testno + 1))
148 local _l i testno IFACE _msg
161 testno=1
173 check_rc $? 0 ${testno} "check_local_addr_${i}_l" \
175 testno=$((testno + 1))
[all …]
H A Dforwarding.sh384 testno=$((testno + 1))
465 local maxfibs _msg _addr port fib i _txt testno _rc _reply
473 testno=1
489 check_rc $? ${_rc} ${testno} "${_msg}_${i}_tcp" \
491 testno=$((testno + 1))
497 check_rc $? ${_rc} ${testno} "${_msg}_${i}_udp" \
502 testno=$((testno + 1))
618 testno=1
640 "${_status}" ${testno} "${_n}_${_edge}_${_type}_${_fib}" \
642 testno=$((testno + 1))
/freebsd/tools/regression/sockets/so_setfib/
H A Dso_setfib.c88 static int testno = 1; variable
103 printf("ok %d %s_%s_%d\n", testno, t_dom[dom].name, in so_setfib()
107 "SO_SETFIB, %d, ..) unexpectedly succeeded\n", testno, in so_setfib()
110 printf("ok %d %s_%s_%d\n", testno, t_dom[dom].name, in so_setfib()
114 "SO_SETFIB, %d, ..) unexpected error: %s\n", testno, in so_setfib()
118 printf("not ok %d %s_%s_%d\n", testno, t_dom[dom].name, in so_setfib()
122 testno++; in so_setfib()
143 printf("not ok %d %s_%s # socket(): %s\n", testno, in t()
145 testno++; in t()
/freebsd/tools/regression/sockets/unix_cmsg/
H A Dunix_cmsg.c348 u_int testno, zvalue; in main() local
409 testno = strtonum(argv[optind], 0, UINT_MAX, &errstr); in main()
412 if (stream_flag && testno >= TEST_STREAM_TBL_SIZE) in main()
414 "sockets does not exist", testno); in main()
415 if (dgram_flag && testno >= TEST_DGRAM_TBL_SIZE) in main()
417 "sockets does not exist", testno); in main()
419 testno = 0; in main()
422 if (testno != 0) in main()
436 if (run_tests(SOCK_STREAM, testno) < 0) in main()
439 if (run_tests(SOCK_DGRAM, testno) < 0) in main()
H A DREADME23 usage: unix_cmsg [-dh] [-n num] [-s size] [-t type] [-z value] [testno]
33 testno Run one test by its number (require the -t option)
/freebsd/crypto/openssl/test/
H A Ddanetest.c294 int testno = 0; in test_tlsafile() local
314 ++testno; in test_tlsafile()
318 TEST_error("Malformed line for test %d", testno); in test_tlsafile()
363 testno, err, X509_verify_cert_error_string(err)); in test_tlsafile()
365 TEST_info("Unexpected error in test %d", testno); in test_tlsafile()
370 TEST_info("Verification failure in test %d: ok=0", testno); in test_tlsafile()
375 TEST_info("In test test %d", testno); in test_tlsafile()
/freebsd/crypto/openssl/test/recipes/
H A D70-test_tlsextms.t209 my ($testno, $testname, $testcextms, $testsextms, $testhand) = @_;
H A D70-test_sslsessiontick.t220 my ($testno, $testname, $testch, $testsh, $testtickseen, $testhand) = @_;