Don't quote {posargs} in tox.ini

Quotes around {posargs} cause the entire string to be combined into one
arg that gets passed to stestr. This prevents passing multiple args
(e.g. '--concurrency=16 some-regex')

Change-Id: I0b09424dd3cef244e8cec1ef87b5992ccb9d5b07
Closes-Bug:#1801823
This commit is contained in:
98k 2018-10-09 21:23:52 +00:00
parent 111d0b2852
commit 51a83d8d74
1 changed files with 1 additions and 1 deletions

View File

@ -100,7 +100,7 @@ setenv = {[testenv]setenv}
deps =
{[testenv:functional]deps}
commands =
stestr run '{posargs}'
stestr run {posargs}
# If you are running the tests locally you should set the env variable
# TEMPEST_CONFIG_DIR=/opt/stack/tempest/etc