Use --exclude-regex in tox.ini
--black-regex has been deprecated and using it can sometimes cause failures in the fullstack job. Change-Id: Iac1d4c4004e1348ced388ee4dd44711f0e27bcc2 Closes-bug: #1995901
This commit is contained in:
parent
c8aa65796f
commit
9e2a0ac058
2
tox.ini
2
tox.ini
@ -97,7 +97,7 @@ deps = {[testenv:dsvm-fullstack]deps}
|
||||
commands =
|
||||
{toxinidir}/tools/generate_dhclient_script_for_fullstack.sh {envdir}
|
||||
{toxinidir}/tools/deploy_rootwrap.sh {toxinidir} {envdir}/etc {envdir}/bin
|
||||
stestr run --concurrency 2 --black-regex neutron.tests.fullstack.test_securitygroup.TestSecurityGroupsSameNetwork.test_securitygroup {posargs}
|
||||
stestr run --concurrency 2 --exclude-regex neutron.tests.fullstack.test_securitygroup.TestSecurityGroupsSameNetwork.test_securitygroup {posargs}
|
||||
stestr run --combine --concurrency 1 neutron.tests.fullstack.test_securitygroup.TestSecurityGroupsSameNetwork.test_securitygroup {posargs}
|
||||
|
||||
[testenv:releasenotes]
|
||||
|
Loading…
Reference in New Issue
Block a user