From da819539b67d4aea59f1aa640890081e7ab739bc Mon Sep 17 00:00:00 2001 From: Jesse Keating Date: Wed, 1 Mar 2017 13:17:59 -0800 Subject: [PATCH] Document needing zookeeper to run tests Change-Id: Idf796844263097ec1543654c3f5a201060b3e4e8 --- TESTING.rst | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/TESTING.rst b/TESTING.rst index 56f2fbb5e3..f6d948e175 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 -------------