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:
parent
b2851c2af6
commit
6d7586e0d1
14
bindep.txt
14
bindep.txt
@ -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]
|
||||
|
Loading…
Reference in New Issue
Block a user