Home | History | Annotate | Download | only in regress

Lines Matching full:test_one

228 test_one() {
285 test_one "correct principal" success "-n ${USER}"
286 test_one "host-certificate" failure "-n ${USER} -h"
287 test_one "wrong principals" failure "-n foo"
288 test_one "cert not yet valid" failure "-n ${USER} -V20200101:20300101"
289 test_one "cert expired" failure "-n ${USER} -V19800101:19900101"
290 test_one "cert valid interval" success "-n ${USER} -V-1w:+2w"
291 test_one "wrong source-address" failure "-n ${USER} -Osource-address=10.0.0.0/8"
292 test_one "force-command" failure "-n ${USER} -Oforce-command=false"
295 test_one "empty principals" success "" authorized_keys
296 test_one "empty principals" failure "" TrustedUserCAKeys
304 test_one "AuthorizedPrincipalsFile principals" success "-n mekmitasdigoat" \
306 test_one "AuthorizedPrincipalsFile no principals" failure "" \
311 test_one "principals key option principals" success "-n mekmitasdigoat" \
313 test_one "principals key option no principals" failure "" \