Document needing zookeeper to run tests

Change-Id: Idf796844263097ec1543654c3f5a201060b3e4e8
This commit is contained in:
Jesse Keating 2017-03-01 13:17:59 -08:00
parent 7641d80462
commit da819539b6
1 changed files with 10 additions and 0 deletions

View File

@ -17,6 +17,16 @@ More information on pip here: http://www.pip-installer.org/en/latest/
pip install tox 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 Run The Tests
------------- -------------