about summary refs log tree commit diff
path: root/nixos
diff options
context:
space:
mode:
authorMichele Guerini Rocco2023-04-07 20:32:56 +0200
committerGitHub2023-04-07 20:32:56 +0200
commit26c3a8a4219015dd2a2c86600752041115aa2d94 (patch)
treee1264d55e39c09ffd7e8e8150cc582a7dfdaa8d8 /nixos
parent094c82d9d95f2a7fcd10486840d3eade0ac37ffb (diff)
parent93dd7ceb13878a626275636ed3a32df3dc5b0021 (diff)
Merge pull request #219580 from rnhmjoj/pr-libreswan
libreswan fixes
Diffstat (limited to 'nixos')
-rw-r--r--nixos/tests/libreswan.nix2
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()