From 00b78ca96bef67166e0118a0dbdb5152f401a608 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 23 Apr 2018 23:24:26 +0200 Subject: Check shell scripts via bashate MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It also removes functest/cli/functest-complete.sh. Change-Id: I5d9313be6a155b4adf1b82ce2b111ec06823cd8f Signed-off-by: Cédric Ollivier --- tox.ini | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index 9fb5a416c..d77850634 100644 --- a/tox.ini +++ b/tox.ini @@ -1,5 +1,5 @@ [tox] -envlist = docs,pep8,pylint,yamllint,py35,py27,perm,cover +envlist = docs,pep8,pylint,yamllint,bashate,py35,py27,perm,cover [testenv] usedevelop = True @@ -103,6 +103,15 @@ dirs = functest/tests/unit/utils commands = nosetests {[testenv:py35]dirs} +[testenv:bashate] +basepython = python2.7 +files = + functest/opnfv_tests/openstack/rally/scenario/support/instance_dd_test.sh + functest/opnfv_tests/openstack/vping/ping.sh + functest/ci/download_images.sh + build.sh +commands = bashate {[testenv:bashate]files} + [testenv:cover] basepython = python2.7 dirs = -- cgit 1.2.3-korg