Merge "Make sure services are running for test-setup.sh" into feature/zuulv3

This commit is contained in:
Jenkins 2017-04-06 22:06:23 +00:00 committed by Gerrit Code Review
commit 1ba9651166
1 changed files with 4 additions and 0 deletions

View File

@ -6,6 +6,10 @@
# This setup needs to be run as a user that can run sudo.
# Be sure mysql and zookeeper are started.
sudo service mysql start
sudo service zookeeper start
# The root password for the MySQL database; pass it in via
# MYSQL_ROOT_PW.
DB_ROOT_PW=${MYSQL_ROOT_PW:-insecure_slave}