diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-07 13:38:47 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-07 13:45:08 +0100 |
commit | a6783c975c7af337eecce401beaf47d5c96a8522 (patch) | |
tree | 9aa28de95cc3d55401a7faa4546127bd26c6be24 | |
parent | d55df12bb726785e58709dd3a9e9782ce21ca210 (diff) |
Disable false ansiblelint warnings
git commit has to be executed via shell module [1].
It also update ansible to conform with the latest changes in
XtestingCI.
[1] https://github.com/ansible/ansible/issues/50334
Change-Id: I3cc7a675eddabb0cbd9834a9e64fe7389a11865f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 36acd696022081c06a4d5f25ac13ea50cc5f1d2a)
-rw-r--r-- | tox.ini | 2 | ||||
-rw-r--r-- | upper-constraints.txt | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -60,7 +60,7 @@ commands = [testenv:ansiblelint] basepython = python2.7 commands = - ansible-lint ansible/site.yml + ansible-lint -x303 ansible/site.yml [testenv:py36] commands = nosetests functest/tests/unit diff --git a/upper-constraints.txt b/upper-constraints.txt index ece4d1b6c..ed1b8ba11 100644 --- a/upper-constraints.txt +++ b/upper-constraints.txt @@ -14,7 +14,7 @@ robotframework===3.0.2 robotframework-httplibrary===0.4.2 robotframework-requests===0.4.7 robotframework-sshlibrary===2.1.3;python_version=='2.7' -ansible===2.3.2.0 +ansible===2.9.2 xtesting===0.85.0 networking-bgpvpn===9.0.0 networking-sfc===7.0.0 |