summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorJoachim Fasting <joachifm@fastmail.fm>2016-03-09 02:36:53 +0100
committerJoachim Fasting <joachifm@fastmail.fm>2016-03-11 11:35:09 +0100
commit19492185fa1b4f76692978c17d92c03109abb02b (patch)
treeae310b552d7bba9185eb354f42815faa3a2c394a /nixos/release.nix
parentdcfca100ec57b0b8a2af5dbaec7e0a41a76253ac (diff)
downloadnixpkgs-19492185fa1b4f76692978c17d92c03109abb02b.tar
nixpkgs-19492185fa1b4f76692978c17d92c03109abb02b.tar.gz
nixpkgs-19492185fa1b4f76692978c17d92c03109abb02b.tar.bz2
nixpkgs-19492185fa1b4f76692978c17d92c03109abb02b.tar.lz
nixpkgs-19492185fa1b4f76692978c17d92c03109abb02b.tar.xz
nixpkgs-19492185fa1b4f76692978c17d92c03109abb02b.tar.zst
nixpkgs-19492185fa1b4f76692978c17d92c03109abb02b.zip
nixos/tests: implement dnscrypt-proxy test
This test verifies that the daemon actually activates upon a
user-initiated ping, when using the recommended configuration.
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 069cf3727de..101f68a43f7 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -240,6 +240,7 @@ in rec {
   tests.containers = callTest tests/containers.nix {};
   tests.docker = hydraJob (import tests/docker.nix { system = "x86_64-linux"; });
   tests.dockerRegistry = hydraJob (import tests/docker-registry.nix { system = "x86_64-linux"; });
+  tests.dnscrypt-proxy = callTest tests/dnscrypt-proxy.nix { system = "x86_64-linux"; };
   tests.etcd = hydraJob (import tests/etcd.nix { system = "x86_64-linux"; });
   tests.ec2-nixops = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-nixops;
   tests.ec2-config = hydraJob (import tests/ec2.nix { system = "x86_64-linux"; }).boot-ec2-config;