split the PerSourcePenalties test in two: one tests penalty enforcement
authordjm <djm@openbsd.org>
Fri, 14 Jun 2024 04:43:11 +0000 (04:43 +0000)
committerdjm <djm@openbsd.org>
Fri, 14 Jun 2024 04:43:11 +0000 (04:43 +0000)
commitb5faf0e69814e8c1113ed95f6f1174b999496793
treebeddf2f1d82c2c9121f8eb052b860847073e73fa
parent4ad22bb3d16759086a6f59d0ca42aabf37810d8c
split the PerSourcePenalties test in two: one tests penalty enforcement
but not penalty expiry, the other tests penalty expiry.

This lets us disable the expiry testing in certain CI test environments.
regress/usr.bin/ssh/Makefile
regress/usr.bin/ssh/penalty-expire.sh [new file with mode: 0644]
regress/usr.bin/ssh/penalty.sh