summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authorZhaofeng Li <hello@zhaofeng.li>2021-12-17 15:55:13 -0800
committerZhaofeng Li <hello@zhaofeng.li>2021-12-18 00:19:04 -0800
commit8bbae8e55873b31faf233cd40cf212b0b8b113c6 (patch)
treed14fbef3bf20bdd9069099485db2c32640b5a81a /nixos/tests/all-tests.nix
parenta4bcad541efd2b1df441c70cf81f05c578c9f018 (diff)
downloadnixpkgs-8bbae8e55873b31faf233cd40cf212b0b8b113c6.tar
nixpkgs-8bbae8e55873b31faf233cd40cf212b0b8b113c6.tar.gz
nixpkgs-8bbae8e55873b31faf233cd40cf212b0b8b113c6.tar.bz2
nixpkgs-8bbae8e55873b31faf233cd40cf212b0b8b113c6.tar.lz
nixpkgs-8bbae8e55873b31faf233cd40cf212b0b8b113c6.tar.xz
nixpkgs-8bbae8e55873b31faf233cd40cf212b0b8b113c6.tar.zst
nixpkgs-8bbae8e55873b31faf233cd40cf212b0b8b113c6.zip
unifi: Add NixOS tests
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 5c8342f0bb7..80645283c87 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -485,6 +485,7 @@ in
   ucarp = handleTest ./ucarp.nix {};
   udisks2 = handleTest ./udisks2.nix {};
   unbound = handleTest ./unbound.nix {};
+  unifi = handleTest ./unifi.nix {};
   unit-php = handleTest ./web-servers/unit-php.nix {};
   upnp = handleTest ./upnp.nix {};
   usbguard = handleTest ./usbguard.nix {};