From: Sergey Kolekonov Date: Tue, 21 Oct 2014 08:08:22 +0000 (+0400) Subject: add mysql-client installation to tests X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F19%2F219%2F1;p=openstack-build%2Fneutron-build.git add mysql-client installation to tests Change-Id: I48f2d4c0f759b45a93652ccbcd9c765f1515771a --- diff --git a/tests/runtests.sh b/tests/runtests.sh index 1dff79406..5408ea7bd 100755 --- a/tests/runtests.sh +++ b/tests/runtests.sh @@ -23,7 +23,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 #yum install -y openstack-neutron-bigswitch openstack-neutron-brocade openstack-neutron-cisco openstack-neutron-hyperv openstack-neutron-vmware openstack-neutron-openvswitch \