Align stars to fix CI

1) Add bindep support

Bindep is an automation tool used by openstack-infra to bootstrap a
worker with default packages. By default if not defined, we inherit
the infra extra packages (which can include EPEL).

2) Disable dib-lint due to breakage caused by 2.0.0

Related-Bug: #1672730

Change-Id: Ia51a8c37f8acbed18c01ffb4413a4374811213be
This commit is contained in:
Alex Schultz 2017-03-13 16:04:14 -06:00
parent b8a91748a9
commit a9e2873d96
2 changed files with 2 additions and 1 deletions

0
bindep.txt Normal file
View File

View File

@ -25,7 +25,8 @@ whitelist_externals =
commands =
flake8
bash -c "find scripts -type f | xargs bashate -v -iE006"
dib-lint
# TODO(aschultz): re-enable dib-lint once LP#1672730 is fixed
# dib-lint
[testenv:cover]
commands = python setup.py test --coverage --coverage-package-name=instack_undercloud --testr-args='{posargs}'