summaryrefslogtreecommitdiffstats
path: root/nixos/release-combined.nix
diff options
context:
space:
mode:
authorrnhmjoj <rnhmjoj@inventati.org>2022-12-07 15:52:08 +0100
committerrnhmjoj <rnhmjoj@inventati.org>2022-12-07 15:57:45 +0100
commit4f67365482305a0fec444b725b131c82c563982b (patch)
treec2eaa0caec3e69b49413e31fe993f404d2de3bf1 /nixos/release-combined.nix
parent28034190def8d40c7cce31fb98960072a84a9a1a (diff)
nixos/tests/printing: split into service/socket
This splits the tests into two: one where cups.socket is started normally, the order with socket activation. Why? It's almost impossible to follow the test with 4 different machines printing at the same time. It should also be more efficient because only two VMs at a time were needed anyway.
Diffstat (limited to 'nixos/release-combined.nix')
-rw-r--r--nixos/release-combined.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/nixos/release-combined.nix b/nixos/release-combined.nix
index 337b5192776f..ed698b63ee63 100644
--- a/nixos/release-combined.nix
+++ b/nixos/release-combined.nix
@@ -146,7 +146,8 @@ in rec {
(onFullSupported "nixos.tests.predictable-interface-names.predictable")
(onFullSupported "nixos.tests.predictable-interface-names.unpredictableNetworkd")
(onFullSupported "nixos.tests.predictable-interface-names.unpredictable")
- (onFullSupported "nixos.tests.printing")
+ (onFullSupported "nixos.tests.printing-service")
+ (onFullSupported "nixos.tests.printing-socket")
(onFullSupported "nixos.tests.proxy")
(onFullSupported "nixos.tests.sddm.default")
(onFullSupported "nixos.tests.shadow")