tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
nixos/tests/libreswan: attempt to fix flakiness
rnhmjoj
3 years ago
6a6349cc
8f84ab48
+2
1 changed file
expand all
collapse all
unified
split
nixos
tests
libreswan.nix
+2
nixos/tests/libreswan.nix
···
107
107
108
108
with subtest("Network is up"):
109
109
alice.wait_until_succeeds("ping -c1 bob")
110
110
+
alice.succeed("systemctl restart ipsec")
111
111
+
bob.succeed("systemctl restart ipsec")
110
112
111
113
with subtest("Eve can eavesdrop cleartext traffic"):
112
114
eavesdrop()