From 36e6392bed9b8b8cae14e1b9732f3691df2455a7 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Tue, 28 Jun 2016 11:12:47 +0200 Subject: [PATCH] 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 --- bindep.txt | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 bindep.txt diff --git a/bindep.txt b/bindep.txt new file mode 100644 index 0000000..872e6a3 --- /dev/null +++ b/bindep.txt @@ -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]