Remove outdated comment from tox.ini
Nova does not run gabbi test since placement is moved to a separate git repository. So the gabbi related tox.ini comment is removed. Change-Id: Ic324e3e32fa03478895b32fa583e805ee6c721e2
This commit is contained in:
parent
f0efcae697
commit
95da142a15
8
tox.ini
8
tox.ini
@ -84,14 +84,6 @@ deps =
|
|||||||
{[testenv]deps}
|
{[testenv]deps}
|
||||||
openstack-placement>=1.0.0
|
openstack-placement>=1.0.0
|
||||||
commands =
|
commands =
|
||||||
# NOTE(cdent): The group_regex describes how stestr will group tests into the
|
|
||||||
# same process when running concurently. The following ensures that gabbi tests
|
|
||||||
# coming from the same YAML file are all in the same process. This is important
|
|
||||||
# because each YAML file represents an ordered sequence of HTTP requests. Note
|
|
||||||
# that tests which do not match this regex will not be grouped in any
|
|
||||||
# special way. See the following for more details.
|
|
||||||
# http://stestr.readthedocs.io/en/latest/MANUAL.html#grouping-tests
|
|
||||||
# https://gabbi.readthedocs.io/en/latest/#purpose
|
|
||||||
stestr --test-path=./nova/tests/functional run {posargs}
|
stestr --test-path=./nova/tests/functional run {posargs}
|
||||||
stestr slowest
|
stestr slowest
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user