forked from mirrors/nixpkgs
nixos/tests/libreswan: attempt to fix flakiness
This commit is contained in:
parent
8f84ab48c4
commit
6a6349cc33
|
@ -107,6 +107,8 @@ in
|
|||
|
||||
with subtest("Network is up"):
|
||||
alice.wait_until_succeeds("ping -c1 bob")
|
||||
alice.succeed("systemctl restart ipsec")
|
||||
bob.succeed("systemctl restart ipsec")
|
||||
|
||||
with subtest("Eve can eavesdrop cleartext traffic"):
|
||||
eavesdrop()
|
||||
|
|
Loading…
Reference in a new issue