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 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/ Change-Id: I50eebc67896e5ba1965ab3b987ca44dd1225702f Depends-On: I6d3491c1ee18c579c768ae931a5edb2b783a19a3
This commit is contained in:
40
bindep.txt
Normal file
40
bindep.txt
Normal 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]
|
Reference in New Issue
Block a user