diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-07 14:15:02 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2019-12-07 14:21:05 +0100 |
commit | fb1ff8718abaae17ef808ee1207ebb7fbb33e614 (patch) | |
tree | 6e5d1c8092417b23e7dedc36662e4a19dc7999b8 /tox.ini | |
parent | 05b697ff364c34e601c9cdef7e78410fddb2b1c1 (diff) |
Disable false ansiblelint warnings
git commit has to be executed via shell module [1].
it also fixes Functest branch
[1] https://github.com/ansible/ansible/issues/50334
Change-Id: Ie4595f7bc2b54545b2f824f5ac3fb1d20340f13c
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit abe7e05d27f7801b902821a85186dca0c9e563ae)
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ envlist = pep8,pylint,yamllint,ansiblelint,bashate,py27,py37,bandit,perm [testenv] usedevelop = True deps = - -chttps://git.opnfv.org/functest/plain/upper-constraints.txt + -chttps://git.opnfv.org/functest/plain/upper-constraints.txt?h=stable/jerma -c{env:UPPER_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/stable/train/upper-constraints.txt} -r{toxinidir}/requirements.txt -r{toxinidir}/test-requirements.txt @@ -36,7 +36,7 @@ commands = [testenv:ansiblelint] basepython = python3.7 -commands = ansible-lint ansible/site.yml +commands = ansible-lint -x303 ansible/site.yml [testenv:bandit] basepython = python3.7 |