6d7586e0d1
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
20 lines
672 B
Plaintext
20 lines
672 B
Plaintext
# This file contains runtime (non-python) dependencies
|
|
# More info at: http://docs.openstack.org/infra/bindep/readme.html
|
|
|
|
# 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]
|