| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
Also move initialization to the pretest script (it's way faster in the
in-memory database).
|
| |
|
|
|
|
|
|
|
|
| |
When charon is started via service command LEAK_DETECTIVE_LOG is not set
because the command strips the environment. Since we only want the
variable to be set during the automated test runs we can't just set it
in /etc/default/charon. Instead, we do so in this wrapper when charon is
started and remove the variable again when it is stopped.
|
| |
|
|
|
|
| |
We don't use swanctl there but there is no load statement either.
|
|
|
|
|
|
| |
Depending on the plugin configuration in the test scenario either
`ipsec statusall` or `swanctl --list-conns` is used to check for a named
connection.
|
|
|
|
|
| |
This script can be used in pretest.dat files to wait until a given file
appears.
|
|
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.
|