Speed up the authentication protocol security tests.
authorGuus Sliepen <guus@tinc-vpn.org>
Fri, 1 Apr 2022 14:00:09 +0000 (16:00 +0200)
committerGuus Sliepen <guus@tinc-vpn.org>
Fri, 1 Apr 2022 14:00:09 +0000 (16:00 +0200)
The security test took 70 seconds, mainly because it consisted of
several subtests that each had to wait for a timeout to pass. Split it
into three tests; two for testing a MITM splicing connections between
tinc daemons using the legacy and SPTPS protocols, the remaining tests
are in a single shell script but now run in parallel.


No differences found