about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJade Lovelace <software@lfcode.ca>2023-10-03 00:32:37 -0700
committerJade Lovelace <software@lfcode.ca>2024-01-18 16:28:41 -0800
commit9ce6ff06c76257ad7e04c122b08253d7c3e5ebd7 (patch)
tree9fa7cc2f2c527b6a3a701e6b984f39071c524386
parent367d101073db523e88cbad02135ce3fd2b847b17 (diff)
nixos/tests: fix kanidm under network-online dep fix
-rw-r--r--nixos/tests/kanidm.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/kanidm.nix b/nixos/tests/kanidm.nix
index 3f5bca397740e..fa24d4a8a5e13 100644
--- a/nixos/tests/kanidm.nix
+++ b/nixos/tests/kanidm.nix
@@ -67,6 +67,7 @@ import ./make-test-python.nix ({ pkgs, ... }:
       ''
         start_all()
         server.wait_for_unit("kanidm.service")
+        client.systemctl("start network-online.target")
         client.wait_for_unit("network-online.target")
 
         with subtest("Test HTTP interface"):