From: Sergey Kolekonov Date: Tue, 21 Oct 2014 08:08:22 +0000 (+0400) Subject: add mysql-client installation to tests X-Git-Tag: mos-9.0~37 X-Git-Url: https://review.fuel-infra.org/gitweb?p=openstack-build%2Fneutron-build.git;a=commitdiff_plain;h=a74e61468707ff1c047475389fc2cedb7ed758e0 add mysql-client installation to tests Change-Id: I48f2d4c0f759b45a93652ccbcd9c765f1515771a --- diff --git a/tests/runtests.sh b/tests/runtests.sh index 5b10b3814..6b540716e 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -22,7 +22,7 @@ install_packages() { echo "mysql-server mysql-server/root_password_again select $MYSQL_PASS" | debconf-set-selections apt-get install -y --force-yes rabbitmq-server mysql-server mysql-client-core-5.5 python-mysqldb keystone else - yum install -y openstack-keystone rabbitmq-server mysql-server python-oslo-utils + yum install -y openstack-keystone rabbitmq-server mysql-server MySQL-client python-oslo-utils #Install some plugins because they are required for db-migration scripts (bug #1371184) #Ubuntu neutron-server package include them if [ "$SOURCEBRANCH" == "master" ]; then