Add posargs to testr-full tox job
This commit adds posargs to to the testr-full tox job. This enables passing extra arguments to testr when running the tox job. Change-Id: I349e1aa21ce4e5e93ffd7e2c9667f2cbbec2a413
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -30,7 +30,7 @@ commands =
|
|||||||
sitepackages = True
|
sitepackages = True
|
||||||
setenv = VIRTUAL_ENV={envdir}
|
setenv = VIRTUAL_ENV={envdir}
|
||||||
commands =
|
commands =
|
||||||
sh tools/pretty_tox.sh 'tempest.api tempest.scenario tempest.thirdparty tempest.cli'
|
sh tools/pretty_tox.sh 'tempest.api tempest.scenario tempest.thirdparty tempest.cli {posargs}'
|
||||||
|
|
||||||
[testenv:smoke]
|
[testenv:smoke]
|
||||||
sitepackages = True
|
sitepackages = True
|
||||||
|
Reference in New Issue
Block a user