Comment 1 for bug 1809983

Revision history for this message
Akihiro Motoki (amotoki) wrote :

Test order can be controlled by passing test modules directly to python manage.py test.

It turns out that the following command line reproduces this bug with 100%.

python manage.py test --settings=openstack_dashboard.test.settings --exclude-tag selenium --exclude-tag integration --verbosity 2 openstack_dashboard.test.unit openstack_dashboard.test.test_plugins openstack_dashboard.dashboards.identity.projects.tests