about summary refs log tree commit diff
path: root/nixos/tests/incus/socket-activated.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixos/tests/incus/socket-activated.nix')
-rw-r--r--nixos/tests/incus/socket-activated.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/incus/socket-activated.nix b/nixos/tests/incus/socket-activated.nix
index e48831cd3cb3..4d25b26a15f5 100644
--- a/nixos/tests/incus/socket-activated.nix
+++ b/nixos/tests/incus/socket-activated.nix
@@ -17,6 +17,7 @@ import ../make-test-python.nix ({ pkgs, lib, ... } :
 
     # ensure service is not running by default
     machine.fail("systemctl is-active incus.service")
+    machine.fail("systemctl is-active incus-preseed.service")
 
     # access the socket and ensure the service starts
     machine.succeed("incus list")