summary refs log tree commit diff
path: root/nixos/tests/all-tests.nix
diff options
context:
space:
mode:
authortalyz <kim.lindberger@gmail.com>2020-10-26 15:33:57 +0100
committertalyz <kim.lindberger@gmail.com>2020-10-29 12:47:10 +0100
commit89e83833af35bd0ec3fdc65c435358a676a41d89 (patch)
treec20f0b9e9d9ffb409d96a55aaeb6dc47c6dca420 /nixos/tests/all-tests.nix
parentd1d3c86c70cad38944f50f7be544326133fff292 (diff)
downloadnixpkgs-89e83833af35bd0ec3fdc65c435358a676a41d89.tar
nixpkgs-89e83833af35bd0ec3fdc65c435358a676a41d89.tar.gz
nixpkgs-89e83833af35bd0ec3fdc65c435358a676a41d89.tar.bz2
nixpkgs-89e83833af35bd0ec3fdc65c435358a676a41d89.tar.lz
nixpkgs-89e83833af35bd0ec3fdc65c435358a676a41d89.tar.xz
nixpkgs-89e83833af35bd0ec3fdc65c435358a676a41d89.tar.zst
nixpkgs-89e83833af35bd0ec3fdc65c435358a676a41d89.zip
nixos/keycloak: Add support for MySQL and external DBs with SSL
- Add support for using MySQL as an option to PostgreSQL.
- Enable connecting to external DBs with SSL
- Add a database port config option
Diffstat (limited to 'nixos/tests/all-tests.nix')
-rw-r--r--nixos/tests/all-tests.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/nixos/tests/all-tests.nix b/nixos/tests/all-tests.nix
index 5a10f60fc9a..d49357cb463 100644
--- a/nixos/tests/all-tests.nix
+++ b/nixos/tests/all-tests.nix
@@ -175,7 +175,7 @@ in
   kernel-latest = handleTest ./kernel-latest.nix {};
   kernel-lts = handleTest ./kernel-lts.nix {};
   kernel-testing = handleTest ./kernel-testing.nix {};
-  keycloak = handleTest ./keycloak.nix {};
+  keycloak = discoverTests (import ./keycloak.nix);
   keymap = handleTest ./keymap.nix {};
   knot = handleTest ./knot.nix {};
   krb5 = discoverTests (import ./krb5 {});