diff options
Diffstat (limited to 'test/integration/README.md')
-rw-r--r-- | test/integration/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/test/integration/README.md b/test/integration/README.md new file mode 100644 index 000000000..0edbccd74 --- /dev/null +++ b/test/integration/README.md @@ -0,0 +1,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 +``` |