]> www.infradead.org Git - users/dwmw2/openconnect.git/commit
add auth-f5 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)
commitcda045a0a6adcfaecf70b555133c59704d3cd55b
tree224e8121c18d19944d20db758e9cb13e663b88dc
parent79eb7708e21407e7423d2c742ef49278628a81ff
add auth-f5 tests

This tests OpenConnect's ability to authenticate with a (fake) F5
server, using username+password (the only option that OpenConnect
currently supports).

The fake F5 authentication server requires python3 and Flask.

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