From: Cédric Ollivier Date: Sat, 4 Oct 2025 08:24:34 +0000 (+0200) Subject: Fix tox.ini X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=528d05acea46b76214a08afa6d64222697ce1039;p=functest.git Fix tox.ini Change-Id: Iac113a20629e771a45a300b2a7da570193cc1f17 Signed-off-by: Cédric Ollivier --- diff --git a/tox.ini b/tox.ini index 75ee4ef29..6f45a25f1 100644 --- a/tox.ini +++ b/tox.ini @@ -45,13 +45,13 @@ commands = [testenv:yamllint] basepython = python3.10 files = - .travis.yml - docker - functest/ci - functest/opnfv_tests/openstack/rally/blacklist.yaml - functest/opnfv_tests/openstack/rally/rally_jobs.yaml - functest/opnfv_tests/openstack/tempest/custom_tests/blacklist.yaml - functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml + .travis.yml \ + docker \ + functest/ci \ + functest/opnfv_tests/openstack/rally/blacklist.yaml \ + functest/opnfv_tests/openstack/rally/rally_jobs.yaml \ + functest/opnfv_tests/openstack/tempest/custom_tests/blacklist.yaml \ + functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml \ functest/opnfv_tests/vnf commands = yamllint -s {[testenv:yamllint]files} @@ -59,11 +59,11 @@ commands = [testenv:bashate] basepython = python3.10 files = - functest/opnfv_tests/openstack/cinder/write_data.sh - functest/opnfv_tests/openstack/cinder/read_data.sh - functest/ci/add_proxy.sh - functest/ci/convert_images.sh - functest/ci/download_images.sh + functest/opnfv_tests/openstack/cinder/write_data.sh \ + functest/opnfv_tests/openstack/cinder/read_data.sh \ + functest/ci/add_proxy.sh \ + functest/ci/convert_images.sh \ + functest/ci/download_images.sh \ build.sh commands = bashate -e E005,E006,E042,E043 {[testenv:bashate]files} @@ -74,7 +74,7 @@ commands = bandit -r functest -x tests -n 5 -ll -s B601,B602 [testenv:cover] basepython = python3.10 dirs = - functest/tests/unit/openstack/vping + functest/tests/unit/openstack/vping \ functest/tests/unit/openstack/cinder commands = pytest --cov=xtesting --cov-reset --cov-report html --cov-fail-under=100 \