commit | da819539b67d4aea59f1aa640890081e7ab739bc | [log] [tgz] |
---|---|---|
author | Jesse Keating <omgjlk@us.ibm.com> | Wed Mar 01 13:17:59 2017 -0800 |
committer | Jesse Keating <omgjlk@us.ibm.com> | Wed Mar 01 13:17:59 2017 -0800 |
tree | 02ebe2ae97e9c54c8852d31aa38590a95b54b569 | |
parent | 7641d8046253e4f678793c13c998e427c4af1da2 [diff] [blame] |
Document needing zookeeper to run tests Change-Id: Idf796844263097ec1543654c3f5a201060b3e4e8
diff --git a/TESTING.rst b/TESTING.rst index 56f2fbb..f6d948e 100644 --- a/TESTING.rst +++ b/TESTING.rst
@@ -17,6 +17,16 @@ 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 -------------