
Adapt to the cumulative change in Horizon i9n tests being merged in https://goo.gl/HLQCe7 Also there was https://review.openstack.org/#/c/269123 that dropped all pre-Django18 code from Horizon, that was another cause of failed tests (missing horizon.utils.urlresolvers). Fixed that. Change-Id: I12b85202e79089fa5b1e7464dd0d529c81cde07b
6 lines
132 B
Bash
6 lines
132 B
Bash
#!/bin/bash
|
|
|
|
set -ex
|
|
|
|
export SAHARA_DASHBOARD_SCREENSHOTS_DIR=sahara_dashboard/test/integration_tests/integration_tests_screenshots
|