aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCedric Ollivier <cedric.ollivier@orange.com>2019-12-07 13:34:00 +0000
committerGerrit Code Review <gerrit@opnfv.org>2019-12-07 13:34:00 +0000
commitfcaaa9e4479b8b07a93a85503b74ae08abfe782f (patch)
tree1860980f8e23e02925dbf1390791cf1032cc6f0e
parente80225bbd25065c072118145dc9df88b22f5d3d6 (diff)
parent36acd696022081c06a4d5f25ac13ea50cc5f1d2a (diff)
Merge "Disable false ansiblelint warnings"
-rw-r--r--tox.ini2
-rw-r--r--upper-constraints.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 5cc3851ac..cc712791f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -59,7 +59,7 @@ commands =
[testenv:ansiblelint]
basepython = python3.7
commands =
- ansible-lint ansible/site.yml
+ ansible-lint -x303 ansible/site.yml
[testenv:py37]
commands = nosetests functest/tests/unit
diff --git a/upper-constraints.txt b/upper-constraints.txt
index 76a5d9a4b..b4f4ddcaf 100644
--- a/upper-constraints.txt
+++ b/upper-constraints.txt
@@ -14,7 +14,7 @@ robotframework===3.1.1
robotframework-httplibrary===0.4.2
robotframework-requests===0.5.0
robotframework-sshlibrary===3.3.0
-ansible===2.3.2.0
+ansible===2.9.2
xtesting===0.85.0
bandit===1.1.0
ruamel.yaml.jinja2==0.2.2