List system dependencies for running common tests

Add a bindep.txt file containing a cross-platform list
of dependencies needed for running included non-devstack based tests.

This change is needed since the infra team will not install standard
packages in jobs anymore, projects should use other-requirements.txt
instead. The macros xvfb-install, firefox-install, chrome-install
which are used to run some jobs for this repository will be removed
soon.

This change is self-testing.

For bindep.txt see also
http://docs.openstack.org/infra/manual/drivers.html#package-requirements

[*] http://docs.openstack.org/infra/bindep/

Depends-On: I6d3491c1ee18c579c768ae931a5edb2b783a19a3
Change-Id: Ica6a641a99a642a8b77120e8b747535b819d7c0b
This commit is contained in:
Andreas Jaeger 2016-06-28 11:12:47 +02:00
parent fa90e3ec2e
commit 36e6392bed
1 changed files with 40 additions and 0 deletions

40
bindep.txt Normal file
View File

@ -0,0 +1,40 @@
# This is a cross-platform list tracking distribution packages needed by tests;
# see http://docs.openstack.org/infra/bindep/ for additional information.
apt-transport-https
lsb-release
ant
build-essential [platform:dpkg]
curl
cyrus-sasl-devel [platform:rpm]
dbus
firefox [!platform:debian]
gawk
iceweasel [platform:debian]
language-pack-en [platform:ubuntu]
libcurl-devel [platform:rpm]
libcurl4-gnutls-dev [platform:dpkg]
libffi-dev [platform:dpkg]
libffi-devel [platform:rpm]
libjpeg-dev [platform:dpkg]
libjpeg-turbo-devel [platform:rpm]
libldap2-dev [platform:dpkg]
libsasl2-dev [platform:dpkg]
libselinux-python [platform:rpm]
libuuid-devel [platform:rpm]
locales [platform:debian]
pkg-config [platform:dpkg]
pkgconfig [platform:rpm]
python-dev [platform:dpkg]
python-devel [platform:rpm]
python-libvirt [platform:dpkg]
python-lxml
python3-all-dev [platform:ubuntu-trusty]
python3-dev [platform:dpkg]
python3-devel [platform:fedora]
python3.4 [platform:ubuntu-trusty]
python34-devel [platform:centos]
unzip
uuid-dev [platform:dpkg]
xorg-x11-server-Xvfb [platform:rpm]
xvfb [platform:dpkg]