about summary refs log tree commit diff
path: root/nixos/tests/docker.nix
diff options
context:
space:
mode:
authorMark Vainomaa <mikroskeem@mikroskeem.eu>2021-01-15 15:53:43 +0200
committerMark Vainomaa <mikroskeem@mikroskeem.eu>2021-01-15 15:53:43 +0200
commitf53cf9a65c83c400aec421cb2eb105acc75431f6 (patch)
tree178d027630fd63b7fa228e734f488ff0be85f827 /nixos/tests/docker.nix
parenta81c27cd54f4badd24924e82f0d7da7285137534 (diff)
Revert "nixos/tests/docker: wait for docker service"
This reverts commit c14bafd6c7db3b0c03574e28831821adda22a6f1.
Diffstat (limited to 'nixos/tests/docker.nix')
-rw-r--r--nixos/tests/docker.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/docker.nix b/nixos/tests/docker.nix
index a0f328af775c0..58e33535ed31e 100644
--- a/nixos/tests/docker.nix
+++ b/nixos/tests/docker.nix
@@ -33,7 +33,7 @@ import ./make-test-python.nix ({ pkgs, ...} : {
   testScript = ''
     start_all()
 
-    docker.wait_for_unit("docker.service")
+    docker.wait_for_unit("sockets.target")
     docker.succeed("tar cv --files-from /dev/null | docker import - scratchimg")
     docker.succeed(
         "docker run -d --name=sleeping -v /nix/store:/nix/store -v /run/current-system/sw/bin:/bin scratchimg /bin/sleep 10"