summaryrefslogtreecommitdiff
path: root/bindep.txt
diff options
context:
space:
mode:
authorMehdi Abaakouk <sileht@redhat.com>2016-10-10 20:51:40 +0200
committerMehdi Abaakouk <sileht@redhat.com>2016-10-11 14:59:15 +0200
commit5881c525a383588c9d83dbb9aab0bd89df3997d0 (patch)
treeb5a300fbd1666954fe492c41a910cc2507b129eb /bindep.txt
parent6291da84b9998e336aff08e554de0077c811f18a (diff)
downloadceilometer-5881c525a383588c9d83dbb9aab0bd89df3997d0.tar.gz
tests: fix tests for functional tests without dsvm
Currently functional tests pass in gate just because some calls are done on real devstack, and passed by chance. We don't need dsvm at all with pifpaf. This change fixes this tests and add bindep.txt file for new gate jobs without dsvm will be setup to ensure this doesn't happen again. The tox targets pyXX-psql are renamed pyXX-postgresql to match all other jobs names. Change-Id: I0e6cfb71cc53a47a11a12b5797fe262f9211ce22
Diffstat (limited to 'bindep.txt')
-rw-r--r--bindep.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/bindep.txt b/bindep.txt
new file mode 100644
index 00000000..ced275c5
--- /dev/null
+++ b/bindep.txt
@@ -0,0 +1,8 @@
+libpq-dev [platform:dpkg]
+postgresql [platform:dpkg]
+mysql-client [platform:dpkg]
+mysql-server [platform:dpkg]
+build-essential [platform:dpkg]
+libffi-dev [platform:dpkg]
+mongodb [platform:dpkg]
+gettext [platform:dpkg]