Home
last modified time | relevance | path

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

/freebsd-14.2/crypto/openssh/regress/
H A Dcert-userkey.sh279 test_one() { function
332 test_one "correct principal" success "-n ${USER}"
333 test_one "host-certificate" failure "-n ${USER} -h"
334 test_one "wrong principals" failure "-n foo"
342 test_one "empty principals" success "" authorized_keys
343 test_one "empty principals" failure "" TrustedUserCAKeys
360 test_one "principals key option no principals" failure "" \
364 test_one "force-command match true" success \
367 test_one "force-command match true" failure \
370 test_one "force-command mismatch 1" failure \
[all …]
H A Dcert-hostkey.sh210 test_one() { function
246 test_one "user-certificate" failure "-n $HOSTS"
247 test_one "empty principals" success "-h"
248 test_one "wrong principals" failure "-h -n foo"
249 test_one "cert not yet valid" failure "-h -V20300101:20320101"
250 test_one "cert expired" failure "-h -V19800101:19900101"
251 test_one "cert valid interval" success "-h -V-1w:+2w"
252 test_one "cert has constraints" failure "-h -Oforce-command=false"
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/
H A Dzfs_ids_to_path_001_pos.ksh47 function test_one function
91 test_one $ds_id $BASE $TESTFILE1
92 test_one $ds_id $BASE $TESTFILE2
93 test_one $ds_id $BASE $TESTFILE3
94 test_one $ds_id $BASE $TESTFILE4
/freebsd-14.2/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-14.2/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);
152 test_one(const uint8_t* s, size_t slen) in test_one() function
/freebsd-14.2/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
H A Dzfs_destroy_clone_livelist.ksh62 function test_one function
163 test_one
/freebsd-14.2/tests/examples/
H A Dtest_examples.py22 def test_one(self): member in TestExampleSimplest
32 def test_one(self): member in TestExampleSimple