1 2 3 4 5 6 7 8 9 10 11 12
# Integration tests Integration tests exercise the OpenShift Ansible playbooks by performing simulated installations in Docker containers. ## Running the tests From the repository root, run with: ``` tox -e integration ```