Home
last modified time | relevance | path

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

/freebsd-14-stable/crypto/openssh/regress/
HDcert-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"
335 test_one "cert not yet valid" failure "-n ${USER} -V20300101:20320101"
336 test_one "cert expired" failure "-n ${USER} -V19800101:19900101"
337 test_one "cert valid interval" success "-n ${USER} -V-1w:+2w"
338 test_one "wrong source-address" failure "-n ${USER} -Osource-address=10.0.0.0/8"
339 test_one "force-command" failure "-n ${USER} -Oforce-command=false"
342 test_one "empty principals" success "" authorized_keys
[all …]
HDcert-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-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_ids_to_path/
HDzfs_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-stable/lib/libc/tests/stdio/
HDmkostemp_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-stable/crypto/openssh/regress/misc/fuzz-harness/
HDagent_fuzz.cc7 extern void test_one(const uint8_t* s, size_t slen);
11 test_one(s, slen); in LLVMFuzzerTestOneInput()
HDagent_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-14-stable/sys/contrib/openzfs/tests/zfs-tests/tests/functional/cli_root/zfs_destroy/
HDzfs_destroy_clone_livelist.ksh62 function test_one function
163 test_one
/freebsd-14-stable/tests/examples/
HDtest_examples.py22 def test_one(self): member in TestExampleSimplest
32 def test_one(self): member in TestExampleSimple