diff options
author | Jesse Keating <omgjlk@us.ibm.com> | 2017-03-01 13:17:59 -0800 |
---|---|---|
committer | Jesse Keating <omgjlk@us.ibm.com> | 2017-03-01 13:17:59 -0800 |
commit | da819539b67d4aea59f1aa640890081e7ab739bc (patch) | |
tree | 02ebe2ae97e9c54c8852d31aa38590a95b54b569 /TESTING.rst | |
parent | 7641d8046253e4f678793c13c998e427c4af1da2 (diff) | |
download | zuul-da819539b67d4aea59f1aa640890081e7ab739bc.tar.gz |
Document needing zookeeper to run tests
Change-Id: Idf796844263097ec1543654c3f5a201060b3e4e8
Diffstat (limited to 'TESTING.rst')
-rw-r--r-- | TESTING.rst | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/TESTING.rst b/TESTING.rst index 56f2fbb5e..f6d948e17 100644 --- a/TESTING.rst +++ b/TESTING.rst @@ -17,6 +17,16 @@ More information on pip here: http://www.pip-installer.org/en/latest/ pip install tox +As of zuul v3, a running zookeeper is required to execute tests. + +*Install zookeeper*:: + + [apt-get | yum] install zookeeperd + +*Start zookeeper*:: + + service zookeeper start + Run The Tests ------------- |