diff options
author | Rodolfo Carvalho <rhcarvalho@gmail.com> | 2016-11-04 18:30:34 +0100 |
---|---|---|
committer | Luke Meyer <lmeyer@redhat.com> | 2017-04-25 12:16:19 -0400 |
commit | 634a8957e1cc29374a170aaa8c2113b8fbbfe7e4 (patch) | |
tree | 77259f14c2dad7c14e6571de1dfe6dd7e51f74a7 /test/integration/README.md | |
parent | ff8356b9266a4a6ec216e3aa31e6ff0408212975 (diff) | |
download | openshift-634a8957e1cc29374a170aaa8c2113b8fbbfe7e4.tar.gz openshift-634a8957e1cc29374a170aaa8c2113b8fbbfe7e4.tar.bz2 openshift-634a8957e1cc29374a170aaa8c2113b8fbbfe7e4.tar.xz openshift-634a8957e1cc29374a170aaa8c2113b8fbbfe7e4.zip |
Add stub of preflight integration tests
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 +``` |