X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=tests%2Fruntests.sh;h=29f8093f36dcd17ddfa3a9ef29b883763e4de728;hb=f1d3994392d898e55ebf26d15ca81fdfd76308ce;hp=b202f0aeacf0e8bf379fd6c731a5111a20e33b49;hpb=37920dcdc231b479069e1f006f3b6c82acf92315;p=openstack-build%2Fceilometer-build.git diff --git a/tests/runtests.sh b/tests/runtests.sh index b202f0a..29f8093 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -133,6 +133,9 @@ install_and_setup_mysql() { echo "mysql-server mysql-server/root_password select ${mysql_pass}" | debconf-set-selections echo "mysql-server mysql-server/root_password_again select ${mysql_pass}" | debconf-set-selections ${command_to_install} mysql-server-5.6 mysql-client-core-5.6 python-mysqldb + if [ -f "/etc/mysql/conf.d/wsrep.cnf" ]; then + rm -f /etc/mysql/conf.d/wsrep.cnf + fi service ${mysql_service} restart sleep 5