testing: Remove nearly all sleep calls from pretest and posttest scripts
By consistently using the `expect-connection` helper we can avoid pretty much all previously needed calls to sleep.
This commit is contained in:
@@ -8,6 +8,6 @@ moon::iptables-restore < /etc/iptables.rules
|
||||
sun::iptables-restore < /etc/iptables.rules
|
||||
sun::ipsec start
|
||||
moon::ipsec start
|
||||
moon::sleep 1
|
||||
moon::expect-connection net-net
|
||||
alice::ping -c 1 PH_IP_BOB
|
||||
bob::ping -c 1 PH_IP_VENUS
|
||||
|
||||
Reference in New Issue
Block a user