Merge "Integration tests: Allow to run a specific test from tox"

This commit is contained in:
Zuul 2022-02-23 23:13:46 +00:00 committed by Gerrit Code Review
commit a05b326e42
1 changed files with 1 additions and 1 deletions

View File

@ -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 =