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)
commit50c62f7235eacd3b88c59ead983e8be719fb7604
tree20b7ee4d234d7aa5eabac287f6efb285377cf860
parent241e4abc2d16517da061c4e3b31a09c0887c7beb
Speed up the authentication protocol security tests.

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.
test/integration/meson.build
test/integration/security-legacy.test [new file with mode: 0755]
test/integration/security-sptps.test [new file with mode: 0755]
test/integration/security.test