From 5881c525a383588c9d83dbb9aab0bd89df3997d0 Mon Sep 17 00:00:00 2001 From: Mehdi Abaakouk Date: Mon, 10 Oct 2016 20:51:40 +0200 Subject: 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 --- bindep.txt | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 bindep.txt (limited to 'bindep.txt') 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] -- cgit v1.2.1