mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
tests: added check for IP banning subsystem
This commit is contained in:
@@ -6,7 +6,8 @@ EXTRA_DIST = ca-key.pem ca.pem common.sh server-cert.pem server-key.pem test1.co
|
||||
test-user-group-cert-no-pass.config docker-common.sh test-cookie-timeout.config \
|
||||
test-cookie-timeout-2.config user-config-explicit/test test-explicit-ip.config \
|
||||
test-explicit-ip user-config-explicit/test2 user-config-explicit/test3 \
|
||||
user-config-explicit/test4 test-pass-opt-cert.config test-gssapi.config
|
||||
user-config-explicit/test4 test-pass-opt-cert.config test-gssapi.config \
|
||||
test-ban.config
|
||||
|
||||
SUBDIRS = docker-ocserv docker-kerberos
|
||||
|
||||
@@ -14,13 +15,13 @@ dist_check_SCRIPTS = test-pass test-pass-cert test-cert test-iroute test-pass-sc
|
||||
test-multi-cookie test-stress full-test test-group-pass test-pass-group-cert \
|
||||
ocpasswd-test test-pass-group-cert-no-pass unix-test test-pass-opt-cert \
|
||||
test-cookie-timeout test-cookie-timeout-2 radius-test test-explicit-ip \
|
||||
radius-test test-gssapi kerberos-test pam-test
|
||||
radius-test test-gssapi kerberos-test pam-test test-ban
|
||||
|
||||
TESTS = test-pass test-pass-cert test-cert test-iroute test-pass-script \
|
||||
test-multi-cookie full-test test-group-pass test-pass-group-cert \
|
||||
ocpasswd-test test-pass-group-cert-no-pass unix-test test-pass-opt-cert \
|
||||
test-cookie-timeout test-cookie-timeout-2 test-explicit-ip radius-test \
|
||||
test-gssapi kerberos-test pam-test
|
||||
test-gssapi kerberos-test pam-test test-ban
|
||||
|
||||
TESTS_ENVIRONMENT = srcdir="$(srcdir)" \
|
||||
top_builddir="$(top_builddir)"
|
||||
|
||||
Reference in New Issue
Block a user