Merge "Integration tests: Allow to run a specific test from tox"
This commit is contained in:
commit
a05b326e42
2
tox.ini
2
tox.ini
@ -113,7 +113,7 @@ setenv =
|
||||
SELENIUM_HEADLESS=False
|
||||
commands =
|
||||
oslo-config-generator --namespace openstack_dashboard_integration_tests
|
||||
pytest {toxinidir}/openstack_dashboard/test/integration_tests --ds=openstack_dashboard.test.settings -v --junitxml="{toxinidir}/test_reports/integration_test_results.xml" --html="{toxinidir}/test_reports/integration_test_results.html" --self-contained-html {posargs}
|
||||
pytest --ds=openstack_dashboard.test.settings -v --junitxml="{toxinidir}/test_reports/integration_test_results.xml" --html="{toxinidir}/test_reports/integration_test_results.html" --self-contained-html {posargs:{toxinidir}/openstack_dashboard/test/integration_tests}
|
||||
|
||||
[testenv:npm]
|
||||
passenv =
|
||||
|
Loading…
x
Reference in New Issue
Block a user