summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2020-07-28 14:47:36 +0200
committerMartin Weinelt <hexa@darmstadt.ccc.de>2020-08-02 17:09:57 +0200
commit0a9dd49634be5a8da8ec76110ea1f0696e68d22d (patch)
tree26ceb02ac2b84f51b1d68a3fb668e2a1634d5eb5 /nixos/tests/all-tests.nix
parentcc4f533a9a0265c7c5314d2728e89c83b264bba0 (diff)
downloadnixpkgs-0a9dd49634be5a8da8ec76110ea1f0696e68d22d.tar
nixpkgs-0a9dd49634be5a8da8ec76110ea1f0696e68d22d.tar.gz
nixpkgs-0a9dd49634be5a8da8ec76110ea1f0696e68d22d.tar.bz2
nixpkgs-0a9dd49634be5a8da8ec76110ea1f0696e68d22d.tar.lz
nixpkgs-0a9dd49634be5a8da8ec76110ea1f0696e68d22d.tar.xz
nixpkgs-0a9dd49634be5a8da8ec76110ea1f0696e68d22d.tar.zst
nixpkgs-0a9dd49634be5a8da8ec76110ea1f0696e68d22d.zip
nixos/tests: add snapcast
Checks
- if all configured ports are listened on
- if all pipes for multiple streams get set up
- if rpc interaction is possible
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 19397427b2a..c030faf15cd 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -310,6 +310,7 @@ in
   simple = handleTest ./simple.nix {};
   slurm = handleTest ./slurm.nix {};
   smokeping = handleTest ./smokeping.nix {};
+  snapcast = handleTest ./snapcast.nix {};
   snapper = handleTest ./snapper.nix {};
   sogo = handleTest ./sogo.nix {};
   solr = handleTest ./solr.nix {};