nixos/tests/libreswan: attempt to fix flakiness

This commit is contained in:
rnhmjoj 2023-03-04 20:06:32 +01:00
parent 8f84ab48c4
commit 6a6349cc33
No known key found for this signature in database
GPG Key ID: BFBAF4C975F76450

View File

@ -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()