nixos/keycloak: Add test

This commit is contained in:
talyz
2020-10-29 12:07:49 +01:00
parent 513599a6d7
commit 31fe90d6ef
3 changed files with 143 additions and 1 deletions
+3 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchzip, makeWrapper, jre, writeText
{ stdenv, fetchzip, makeWrapper, jre, writeText, nixosTests
, postgresql_jdbc ? null
}:
@@ -50,6 +50,8 @@ stdenv.mkDerivation rec {
wrapProgram $out/bin/jboss-cli.sh --set JAVA_HOME ${jre}
'';
passthru.tests = nixosTests.keycloak;
meta = with stdenv.lib; {
homepage = "https://www.keycloak.org/";
description = "Identity and access management for modern applications and services";