aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2017-12-11 05:23:23 +0100
committerCédric Ollivier <cedric.ollivier@orange.com>2017-12-11 06:15:17 +0100
commit5f5833f4308322892893fb07aa1898bc1406a32d (patch)
tree865525876fd190b6b55f2aaac063ec468e715b0e /tox.ini
parente3281b2175ca9983d79ce17de7e7497f749e650e (diff)
Fix yaml format errors in vnf
All Rally yaml files are skipped because they leverage on jinja2. Now last errors are in functest/api directories [1]. [1] https://jira.opnfv.org/browse/FUNCTEST-897 Change-Id: I4d6c9b3b7c1f3602bd51c9cf7e1c5babf581ab82 Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini17
1 files changed, 5 insertions, 12 deletions
diff --git a/tox.ini b/tox.ini
index 9746954e1..8eeb1d17e 100644
--- a/tox.ini
+++ b/tox.ini
@@ -1,5 +1,5 @@
[tox]
-envlist = docs,pep8,pylint,py35,py27,perm,cover
+envlist = docs,pep8,pylint,yamllint,py35,py27,perm,cover
[testenv]
usedevelop = True
@@ -45,19 +45,12 @@ commands =
[testenv:yamllint]
basepython = python2.7
files =
- docker/components/testcases.yaml
- docker/healthcheck/testcases.yaml
- docker/smoke/testcases.yaml
- docker/parser/testcases.yaml
- docker/features/testcases.yaml
- docker/vnf/testcases.yaml
- functest/ci/config_aarch64_patch.yaml
- functest/ci/config_functest.yaml
- functest/ci/config_patch.yaml
- functest/ci/testcases.yaml
+ docker
+ functest/ci
+ functest/opnfv_tests/vnf
commands =
yamllint {[testenv:yamllint]files}
- - yamllint functest
+ - yamllint functest/api
[testenv:py35]
dirs =