Fix periodic jobs: Add databases to bindep.txt

Periodic tests are failing like:
http://logs.openstack.org/periodic/periodic-neutron-py27-with-oslo-master/2eea2ff/
http://logs.openstack.org/periodic/periodic-neutron-py35-with-oslo-master/b62e14e/
http://logs.openstack.org/periodic/periodic-neutron-py35-with-neutron-lib-master/e9956ae/

These tests need expect the MySQL and PostgreSQL databases to be
available in their infra setup.

Add the needed files to bindep.txt.

Change-Id: Ic90b5d136228e1157c38b50a8c2bfa34ddf0f9b4
This commit is contained in:
Andreas Jaeger 2016-10-08 09:42:26 +02:00
parent b2851c2af6
commit 6d7586e0d1
1 changed files with 14 additions and 0 deletions

View File

@ -3,3 +3,17 @@
# tools/misc-sanity-checks.sh validates .po[t] files
gettext [test]
# MySQL and PostgreSQL databases since some jobs are set up in
# OpenStack infra that need these like
# periodic-neutron-py27-with-oslo-master and
# periodic-neutron-py35-with-neutron-lib-master.
libmysqlclient-dev [platform:dpkg test]
mysql [platform:rpm test]
mysql-client [platform:dpkg test]
mysql-devel [platform:rpm test]
mysql-server [test]
postgresql [test]
postgresql-client [platform:dpkg test]
postgresql-devel [platform:rpm test]
postgresql-server [platform:rpm test]