about summary refs log tree commit diff
path: root/nixos/release.nix
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@higgsboson.tk>2016-08-29 15:18:25 +0200
committerJörg Thalheim <joerg@higgsboson.tk>2016-08-29 15:34:30 +0200
commit2ed6529444c6048f5a6d70399046842e0112d75b (patch)
treeb30cd9caa20c830c0ea167482945e069d0377e06 /nixos/release.nix
parent3a98be5e1981b193092ee900bd3a3bc7ae32d126 (diff)
ferm: add integration test
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 70a7ba5af89d1..0425048872ba8 100644
--- a/nixos/release.nix
+++ b/nixos/release.nix
@@ -234,6 +234,7 @@ in rec {
   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;
+  tests.ferm = callTest tests/ferm.nix {};
   tests.firefox = callTest tests/firefox.nix {};
   tests.firewall = callTest tests/firewall.nix {};
   tests.fleet = hydraJob (import tests/fleet.nix { system = "x86_64-linux"; });