summaryrefslogtreecommitdiffstats
path: root/test/integration/README.md
blob: 0edbccd742c1f89467a546a83ecce1d5b78fd14a (plain)
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
```