tests: added check for IP banning subsystem

This commit is contained in:
Nikos Mavrogiannopoulos
2015-02-27 09:06:53 +01:00
parent 4bbf27a1e8
commit bfb4f1f95b
2 changed files with 83 additions and 3 deletions

View File

@@ -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)"