about summary refs log tree commit diff
path: root/nixos/tests
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-08-14 11:43:46 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-08-14 11:47:48 -0400
commit01cd4663d67b061e9ad580e0e2c689d093b8ae10 (patch)
tree95e50acd00e01192a187e5ad244c29cc7cf13d95 /nixos/tests
parent011b12c3cab3d9801836f5ac6d0fa249294973f2 (diff)
downloadnixlib-01cd4663d67b061e9ad580e0e2c689d093b8ae10.tar
nixlib-01cd4663d67b061e9ad580e0e2c689d093b8ae10.tar.gz
nixlib-01cd4663d67b061e9ad580e0e2c689d093b8ae10.tar.bz2
nixlib-01cd4663d67b061e9ad580e0e2c689d093b8ae10.tar.lz
nixlib-01cd4663d67b061e9ad580e0e2c689d093b8ae10.tar.xz
nixlib-01cd4663d67b061e9ad580e0e2c689d093b8ae10.tar.zst
nixlib-01cd4663d67b061e9ad580e0e2c689d093b8ae10.zip
tests/printing: don’t wait for unit services
These are now socket activated, we don’t need it to start up front.
Diffstat (limited to 'nixos/tests')
-rw-r--r--nixos/tests/printing.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/nixos/tests/printing.nix b/nixos/tests/printing.nix
index e8702c1ffbf1..72ee641948f1 100644
--- a/nixos/tests/printing.nix
+++ b/nixos/tests/printing.nix
@@ -34,10 +34,6 @@ import ./make-test.nix ({pkgs, ... }: {
     ''
       startAll;
 
-      # Make sure that cups is up on both sides.
-      $server->waitForUnit("cups.service");
-      $client->waitForUnit("cups.service");
-      $client->sleep(10); # wait until cups is fully initialized
       $client->succeed("lpstat -r") =~ /scheduler is running/ or die;
       # check local encrypted connections work without error
       $client->succeed("lpstat -E -r") =~ /scheduler is running/ or die;