homeserver/collections/community/general/tests/integration/targets/keycloak_clientsecret_regenerate
Michael Grote ccaaabc1be fix ansible-lint (#583)
Reviewed-on: #583
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Co-committed-by: Michael Grote <michael.grote@posteo.de>
2023-10-19 11:10:04 +02:00
..
tasks fix ansible-lint (#583) 2023-10-19 11:10:04 +02:00
vars fix ansible-lint (#583) 2023-10-19 11:10:04 +02:00
docker-compose.yml fix ansible-lint (#583) 2023-10-19 11:10:04 +02:00
README.md fix ansible-lint (#583) 2023-10-19 11:10:04 +02:00

The integration test can be performed as follows:

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

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