Home
last modified time | relevance | path

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

/freebsd/crypto/openssh/regress/
H A Dcert-userkey.sh290 test_one() { function
343 test_one "correct principal" success "-n ${USER}"
344 test_one "correct principal" success "-n ${USER},*"
345 test_one "host-certificate" failure "-n ${USER} -h"
346 test_one "wrong principals" failure "-n foo,*"
347 test_one "cert not yet valid" failure "-n ${USER} -V20300101:20320101"
348 test_one "cert expired" failure "-n ${USER} -V19800101:19900101"
349 test_one "cert valid interval" success "-n ${USER} -V-1w:+2w"
350 test_one "wrong source-address" failure "-n ${USER} -Osource-address=10.0.0.0/8"
351 test_one "force-command" failure "-n ${USER} -Oforce-command=false"
[all …]
H A Dcert-hostkey.sh212 test_one() { function
262 test_one "simple" success $HOSTS "-h"
263 test_one "wildcard" success "loc*" "-h"
264 test_one "user-certificate" failure $HOSTS
265 test_one "wildcard user" failure "local*"
266 test_one "empty principals" failure "" "-h"
267 test_one "wrong principals" failure foo "-h"
268 test_one "cert not yet valid" failure $HOSTS "-h -V20300101:20320101"
269 test_one "cert expired" failure $HOSTS "-h -V19800101:19900101"
270 test_one "cert valid interval" success $HOSTS "-h -V-1w:+2w"
[all …]
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/
H A Dzfs_ids_to_path_001_pos.ksh48 function test_one function
92 test_one $ds_id $BASE $TESTFILE1
93 test_one $ds_id $BASE $TESTFILE2
94 test_one $ds_id $BASE $TESTFILE3
95 test_one $ds_id $BASE $TESTFILE4
/freebsd/lib/libc/tests/stdio/
H A Dmkostemp_test.c49 test_one(int oflags) in test_one() function
137 test_one(0); in ATF_TC_BODY()
144 test_one(O_CLOEXEC); in ATF_TC_BODY()
151 test_one(O_APPEND); in ATF_TC_BODY()
158 test_one(O_APPEND|O_CLOEXEC); in ATF_TC_BODY()
/freebsd/crypto/openssh/regress/misc/fuzz-harness/
H A Dagent_fuzz.cc7 extern void test_one(const uint8_t* s, size_t slen);
11 test_one(s, slen); in LLVMFuzzerTestOneInput()
H A Dagent_fuzz_helper.c7 void test_one(const uint8_t* s, size_t slen);
151 test_one(const uint8_t* s, size_t slen) in test_one() function
/freebsd/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_clone_livelist.ksh63 function test_one function
164 test_one
/freebsd/tests/examples/
H A Dtest_examples.py22 def test_one(self): member in TestExampleSimplest
32 def test_one(self): member in TestExampleSimple