Commit Graph

3 Commits

Author SHA1 Message Date
jkilpatr c2654c826b Fix some errors that slipped by the linters
So up until recently the 'linters' CI run ran both
the pep8 and the Ansible linters, after some review
I can only conclude that it actually was not supposed
to do that and I should have seperate Python and Ansible
linters jobs.

Anyways because of this the pep linters where out for a
few days an we got exactly two minor pep errors into our
repo.

Change-Id: I66f82021c71f89a775e05c411ee1af2dba3a1c7b
2017-06-09 13:30:33 -04:00
jkilpatr 976231a58d Temporarily Disable Linters
This change should disable the Ansible Linters in tox.ini
so that we can make the existing pep8 tests voting.

Linting should be re-enabled in tox once Ansible playbooks
have their errors corrected.

This commit also corrects some python errors that snuck into
Shaker.py

Change-Id: I5d64985849b9e31b91c9000dba7238cc79bd2009
2016-09-06 10:52:47 -04:00
Paul Belanger 17c359e9b9
Initial support for bindep
This is a cross-platform list tracking distribution packages needed
by tests; see http://docs.openstack.org/infra/bindep/ for additional
information.

By using this, we removed the default set of OS packages installed by
openstack-infra, allowing browbeat to handle the installation of them.

Change-Id: I2f9fc596b4446f412f45d3c2c3901f3f1d3124e7
Signed-off-by: Paul Belanger <pabelanger@redhat.com>
2016-08-17 09:27:26 -04:00