aboutsummaryrefslogtreecommitdiffstats
path: root/testing/hosts/default/usr/local
Commit message (Collapse)AuthorAgeFilesLines
* testing: strongTNC does not come with django.db any moreAndreas Steffen2016-12-171-0/+15
|
* testing: Fix expect-connection for tkm testsTobias Brunner2016-06-161-1/+1
| | | | We don't use swanctl there but there is no load statement either.
* testing: The expect-connection helper may use swanctl to check for connectionsTobias Brunner2015-12-111-1/+7
| | | | | | Depending on the plugin configuration in the test scenario either `ipsec statusall` or `swanctl --list-conns` is used to check for a named connection.
* Add expect-file guest image scriptReto Buerki2013-03-191-0/+29
| | | | | This script can be used in pretest.dat files to wait until a given file appears.
* Add expect-connection guest image scriptReto Buerki2013-01-171-0/+27
This script can be used in pretest.dat files to wait until an IPsec connection becomes available. This avoids unconditional sleeps and improves test performance. The ipv6 tests have been updated to use the expect-connection script.