Fix tox py27integration environment

Commit I7fb2fd7dd40f301ea822154b9809a9a07610c507 from integration tests
run by incorrect syntax of posargs argument. This patch fixes it.

Change-Id: I5882556a1b346ac40fe68b06772c4b349f70dfbc
This commit is contained in:
Ivan Kolodyazhny 2018-06-15 14:20:32 +03:00
parent 77ff5151c8
commit 0a584d67a5
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ setenv =
INTEGRATION_TESTS=1
SELENIUM_HEADLESS=1
basepython = python2.7
commands = {envpython} {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings --verbosity 2 --tag integration $posargs
commands = {envpython} {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings --verbosity 2 --tag integration {posargs}
[testenv:npm]
basepython = python3