mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-06 00:00:47 -04:00
Only in net2net-start do we have to use `sleep` to ensure the SA is up when the tests are running.
12 lines
446 B
Plaintext
Executable File
12 lines
446 B
Plaintext
Executable File
moon::iptables-restore < /etc/iptables.rules
|
|
carol::iptables-restore < /etc/iptables.rules
|
|
dave::iptables-restore < /etc/iptables.rules
|
|
moon::service charon start 2> /dev/null
|
|
carol::service charon start 2> /dev/null
|
|
dave::service charon start 2> /dev/null
|
|
moon::expect-connection rw
|
|
carol::expect-connection home
|
|
carol::swanctl --initiate --child home 2> /dev/null
|
|
dave::expect-connection home
|
|
dave::swanctl --initiate --child home 2> /dev/null
|