Fix pep8 and doc jobs for tox4

Add bash to allowlist_externals

Change-Id: Idb063586fa6e6e0d9c4ecc61fc661338f6759e08
This commit is contained in:
Vasyl Saienko 2023-01-17 10:35:28 +02:00 committed by Rodolfo Alonso
parent d1b1f94b1b
commit d34ff613d7
1 changed files with 8 additions and 8 deletions

16
tox.ini
View File

@ -1,7 +1,6 @@
[tox] [tox]
envlist = py39,py38,pep8 envlist = py39,py38,pep8,docs
minversion = 3.18.0 minversion = 3.18.0
skipsdist = True
[testenv] [testenv]
setenv = VIRTUAL_ENV={envdir} setenv = VIRTUAL_ENV={envdir}
@ -13,7 +12,7 @@ usedevelop = True
deps = -c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt} deps = -c{env:TOX_CONSTRAINTS_FILE:https://opendev.org/openstack/requirements/raw/branch/master/upper-constraints.txt}
-r{toxinidir}/requirements.txt -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt -r{toxinidir}/test-requirements.txt
allowlist_externals = sh allowlist_externals = bash
commands = commands =
stestr run {posargs} stestr run {posargs}
# there is also secret magic in stestr which lets you run in a fail only # there is also secret magic in stestr which lets you run in a fail only
@ -30,7 +29,7 @@ setenv =
OS_ROOTWRAP_DAEMON_CMD=sudo {envdir}/bin/neutron-rootwrap-daemon {envdir}/etc/neutron/rootwrap.conf OS_ROOTWRAP_DAEMON_CMD=sudo {envdir}/bin/neutron-rootwrap-daemon {envdir}/etc/neutron/rootwrap.conf
OS_FAIL_ON_MISSING_DEPS=1 OS_FAIL_ON_MISSING_DEPS=1
allowlist_externals = allowlist_externals =
sh bash
cp cp
sudo sudo
@ -53,7 +52,7 @@ setenv =
deps = {[testenv:functional]deps} deps = {[testenv:functional]deps}
allowlist_externals = {[testenv:functional]allowlist_externals} allowlist_externals = {[testenv:functional]allowlist_externals}
commands = commands =
{toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir} bash {toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}
stestr run {posargs} stestr run {posargs}
[testenv:dsvm-functional-sswan] [testenv:dsvm-functional-sswan]
@ -81,11 +80,12 @@ deps =
commands = commands =
flake8 flake8
pylint --rcfile=.pylintrc --output-format=colorized {posargs:neutron_vpnaas} pylint --rcfile=.pylintrc --output-format=colorized {posargs:neutron_vpnaas}
{toxinidir}/tools/check_unit_test_structure.sh bash {toxinidir}/tools/check_unit_test_structure.sh
neutron-db-manage --subproject neutron-vpnaas --database-connection sqlite:// check_migration neutron-db-manage --subproject neutron-vpnaas --database-connection sqlite:// check_migration
{[testenv:genconfig]commands} {[testenv:genconfig]commands}
{[testenv:genpolicy]commands} {[testenv:genpolicy]commands}
allowlist_externals = sh allowlist_externals =
bash
[testenv:pep8-dev] [testenv:pep8-dev]
deps = deps =
@ -151,7 +151,7 @@ import_exceptions = neutron_vpnaas._i18n
local-check-factory = neutron_lib.hacking.checks.factory local-check-factory = neutron_lib.hacking.checks.factory
[testenv:genconfig] [testenv:genconfig]
commands = {toxinidir}/tools/generate_config_file_samples.sh commands = bash {toxinidir}/tools/generate_config_file_samples.sh
[testenv:genpolicy] [testenv:genpolicy]
commands = oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/policy.conf commands = oslopolicy-sample-generator --config-file=etc/oslo-policy-generator/policy.conf