]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
add auth-fortinet tests
authorDaniel Lenski <dlenski@gmail.com>
Sun, 21 Feb 2021 23:02:44 +0000 (15:02 -0800)
committerDaniel Lenski <dlenski@gmail.com>
Mon, 29 Mar 2021 03:57:25 +0000 (20:57 -0700)
commit79eb7708e21407e7423d2c742ef49278628a81ff
tree9ce509ec9d5342bf5f37edbc0210051a393197d6
parent3c4320f42417af582fc61ffdc62aa1a383a610eb
add auth-fortinet tests

This tests OpenConnect's ability to authenticate with a (fake) Fortinet
server, using all of the options that OpenConnect currently supports
(username+password, username+password+token, non-default realm).

The fake Fortinet authentication server requires Python 3.6 and Flask.

Signed-off-by: Daniel Lenski <dlenski@gmail.com>
configure.ac
tests/Makefile.am
tests/auth-fortinet [new file with mode: 0755]
tests/common.sh
tests/fake-fortinet-server.py [new file with mode: 0755]