summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2018-12-28 11:41:52 +0100
committerPierre Bourdon <delroth@gmail.com>2019-01-29 19:54:14 +0100
commit20b1febace9c75958904fee603ae4a09ac91a305 (patch)
tree0c43b7427a3715feb1d2b4936a45cd3ab36c9c3f /nixos/tests/all-tests.nix
parent43fcfc274d5b6ba11839ce780c09fc53cde7380b (diff)
downloadnixpkgs-20b1febace9c75958904fee603ae4a09ac91a305.tar
nixpkgs-20b1febace9c75958904fee603ae4a09ac91a305.tar.gz
nixpkgs-20b1febace9c75958904fee603ae4a09ac91a305.tar.bz2
nixpkgs-20b1febace9c75958904fee603ae4a09ac91a305.tar.lz
nixpkgs-20b1febace9c75958904fee603ae4a09ac91a305.tar.xz
nixpkgs-20b1febace9c75958904fee603ae4a09ac91a305.tar.zst
nixpkgs-20b1febace9c75958904fee603ae4a09ac91a305.zip
nixos/tests: add nginx-sso basic functionality test
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 88edef8e752..a1cdcf83988 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -153,6 +153,7 @@ in
   nfs4 = handleTest ./nfs.nix { version = 4; };
   nghttpx = handleTest ./nghttpx.nix {};
   nginx = handleTest ./nginx.nix {};
+  nginx-sso = handleTest ./nginx-sso.nix {};
   nix-ssh-serve = handleTest ./nix-ssh-serve.nix {};
   novacomd = handleTestOn ["x86_64-linux"] ./novacomd.nix {};
   nsd = handleTest ./nsd.nix {};