summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini6
1 files changed, 4 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 4603a1317..9103d960d 100644
--- a/tox.ini
+++ b/tox.ini
@@ -83,10 +83,12 @@ setenv =
[testenv:integration]
envdir = {toxworkdir}/venv
# Run integration tests only
-passenv = AVCONV_INSTALLED
+passenv =
+ DISPLAY
+ FFMPEG_INSTALLED
setenv =
INTEGRATION_TESTS=1
- SELENIUM_HEADLESS=1
+ SELENIUM_HEADLESS=False
commands =
oslo-config-generator --namespace openstack_dashboard_integration_tests
{envpython} {toxinidir}/manage.py test openstack_dashboard --settings=openstack_dashboard.test.settings --verbosity 2 --tag integration {posargs}