summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-07-27 13:24:17 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-09-13 23:16:37 +0200
commit11b3ae74e19a075e8d733af99530fbbe697cf0d5 (patch)
treed1153cf636df2d6999ef2c1123213bd76945a3d6 /nixos/release.nix
parentb3162a107491ce306996de591926830b68e9bc69 (diff)
downloadnixpkgs-11b3ae74e19a075e8d733af99530fbbe697cf0d5.tar
nixpkgs-11b3ae74e19a075e8d733af99530fbbe697cf0d5.tar.gz
nixpkgs-11b3ae74e19a075e8d733af99530fbbe697cf0d5.tar.bz2
nixpkgs-11b3ae74e19a075e8d733af99530fbbe697cf0d5.tar.lz
nixpkgs-11b3ae74e19a075e8d733af99530fbbe697cf0d5.tar.xz
nixpkgs-11b3ae74e19a075e8d733af99530fbbe697cf0d5.tar.zst
nixpkgs-11b3ae74e19a075e8d733af99530fbbe697cf0d5.zip
nixos/tests: Add a basic test for ACME
The test here is pretty basic and only tests nginx, but it should get us
started to write tests for different webservers and different ACME
implementations.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'nixos/release.nix')
-rw-r--r--nixos/release.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixos/release.nix b/nixos/release.nix
index 34198a95064..38c446c1f8a 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -214,6 +214,7 @@ in rec {
   # Run the tests for each platform.  You can run a test by doing
   # e.g. ‘nix-build -A tests.login.x86_64-linux’, or equivalently,
   # ‘nix-build tests/login.nix -A result’.
+  tests.acme = callTest tests/acme.nix {};
   tests.avahi = callTest tests/avahi.nix {};
   tests.bittorrent = callTest tests/bittorrent.nix {};
   tests.blivet = callTest tests/blivet.nix {};