homeserver/ansible_collections/community/general/tests/integration/targets/keycloak_client
mg c648a48c4c systemd: sanoid (#346)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#346
Co-authored-by: mg <michael.grote@posteo.de>
Co-committed-by: mg <michael.grote@posteo.de>
2022-04-03 11:04:27 +02:00
..
tasks systemd: sanoid (#346) 2022-04-03 11:04:27 +02:00
vars systemd: sanoid (#346) 2022-04-03 11:04:27 +02:00
docker-compose.yml systemd: sanoid (#346) 2022-04-03 11:04:27 +02:00
README.md systemd: sanoid (#346) 2022-04-03 11:04:27 +02:00

The integration test can be performed as follows:

# 1. Start docker-compose:
docker-compose -f tests/integration/targets/keycloak_client/docker-compose.yml stop
docker-compose -f tests/integration/targets/keycloak_client/docker-compose.yml rm -f -v
docker-compose -f tests/integration/targets/keycloak_client/docker-compose.yml up -d

# 2. Run the integration tests:
ansible-test integration keycloak_client --allow-unsupported -v