summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZuul <zuul@review.opendev.org>2022-02-23 23:13:46 +0000
committerGerrit Code Review <review@openstack.org>2022-02-23 23:13:46 +0000
commita05b326e428ec0070867b052eb64c008cf46673d (patch)
tree84af4a3af3918b779eac3d0776c516578c1d026b
parent94e4e2df0106293ae0c7880b8fb687523bf9c436 (diff)
parent115326769f59e79a7e64d999ee386a98f2bf2bb2 (diff)
downloadhorizon-a05b326e428ec0070867b052eb64c008cf46673d.tar.gz
Merge "Integration tests: Allow to run a specific test from tox"
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 86acfc98b..826ac7472 100644
--- a/tox.ini
+++ b/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 =