diff options
author | Michele Guerini Rocco | 2023-04-07 20:32:56 +0200 |
---|---|---|
committer | GitHub | 2023-04-07 20:32:56 +0200 |
commit | 26c3a8a4219015dd2a2c86600752041115aa2d94 (patch) | |
tree | e1264d55e39c09ffd7e8e8150cc582a7dfdaa8d8 /nixos | |
parent | 094c82d9d95f2a7fcd10486840d3eade0ac37ffb (diff) | |
parent | 93dd7ceb13878a626275636ed3a32df3dc5b0021 (diff) |
Merge pull request #219580 from rnhmjoj/pr-libreswan
libreswan fixes
Diffstat (limited to 'nixos')
-rw-r--r-- | nixos/tests/libreswan.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/nixos/tests/libreswan.nix b/nixos/tests/libreswan.nix index ff3d2344a679..aadba941fab1 100644 --- a/nixos/tests/libreswan.nix +++ b/nixos/tests/libreswan.nix @@ -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() |