keycloak-scim/testsuite/integration-arquillian/tests/other/sssd
2020-12-16 17:31:55 +01:00
..
src/test/java/org/keycloak/testsuite/sssd KEYCLOAK-14547: Make New Account Console the default. 2020-11-23 20:56:05 +01:00
pom.xml Set version to 13.0.0-SNAPSHOT 2020-12-16 17:31:55 +01:00
README.md [KEYCLOAK-3036] Added sssd integration test 2016-09-16 18:19:17 -03:00

What is this module about?

This module containes integration tests for testing the SSSD features of Keycloak.

Prerequisites

To run tests inside this module, one needs to have a linux machine configured as an IPA client having sssd service started with infopipe support.

How does one run the tests?

All the commands are intended to be run from the root keycloak project directory.

First build the distribution of keycloak: mvn clean install -B -DskipTests -Pdistribution

It may fail in the end, but it's not a problem as far as it creates a zip distribution of Keycloak inside distribution/server-dist/target.

Then build the integration-arquillian-servers-auth-server-wildfly artifact: mvn clean install -B -Pauth-server-wildfly -f testsuite/integration-arquillian/servers/pom.xml

And then, finally, it's possible to run the tests: mvn test -f testsuite/integration-arquillian/tests/other/sssd/ -Pauth-server-wildfly -Psssd-testing