Enable zuul unit tests for stx-gui

Enable linters

Story: 2003863
Task: 26695

Change-Id: I4a6e2029bdf9c83422dd968c39341f2429b6e312
Signed-off-by: Kristine Bujold <kristine.bujold@windriver.com>
This commit is contained in:
Kristine Bujold 2018-11-13 13:48:17 -05:00
parent cee6f08c9d
commit f1013be39f
3 changed files with 2 additions and 2 deletions

View File

@ -6,10 +6,12 @@
jobs:
- build-openstack-releasenotes
- openstack-tox-pep8
- openstack-tox-linters
gate:
jobs:
- build-openstack-releasenotes
- openstack-tox-pep8
- openstack-tox-linters
post:
jobs:
- publish-stx-tox

View File

@ -20,7 +20,6 @@ nosehtmloutput>=0.0.3 # Apache-2.0
nosexcover # BSD
openstack.nose-plugin>=0.7 # Apache-2.0
oslosphinx!=3.4.0,>=2.5.0 # Apache-2.0
reno>=1.8.0 # Apache2
python-cephclient
requests>=2.10.0 # Apache-2.0
selenium>=2.50.1 # Apache-2.0

View File

@ -23,7 +23,6 @@ commands =
-name \*.sh \
-print0 | xargs --no-run-if-empty -0 bashate -v"
bash -c "find {toxinidir} \
\( -name middleware/io-monitor/recipes-common/io-monitor/io-monitor/io_monitor/test-tools/yaml/* -prune \) \
-o \( -name .tox -prune \) \
-o -type f -name '*.yaml' \
-print0 | xargs --no-run-if-empty -0 yamllint"