Added a full test between openconnect and ocserv based on docker.

That allows testing the establishment of a connection plus
the transferring of packets.
This commit is contained in:
Nikos Mavrogiannopoulos
2014-04-17 15:23:17 +02:00
parent 62110975a7
commit 7bf24821ae
10 changed files with 639 additions and 2 deletions

View File

@@ -4,10 +4,10 @@ EXTRA_DIST = ca-key.pem ca.pem common.sh server-cert.pem server-key.pem test1.co
test-stress.config user-cert-wrong.pem connect-script
dist_check_SCRIPTS = test-pass test-pass-cert test-cert test-iroute test-pass-script \
test-multi-cookie test-pam test-stress
test-multi-cookie test-pam test-stress full-test
TESTS = test-pass test-pass-cert test-cert test-iroute test-pass-script \
test-multi-cookie
test-multi-cookie full-test
TESTS_ENVIRONMENT = srcdir="$(srcdir)" \
top_builddir="$(top_builddir)"