Comment 0 for bug 921943

Revision history for this message
Paul McMillan (paul-mcmillan) wrote :

The horizon dashboard discovery code attempts to discover dashboards in unit test modules:

https://github.com/openstack/horizon/blob/master/horizon/horizon/base.py#L419

This code imports test modules (executing them), during runtime. Test modules should not be imported except during tests. This bug surfaces if you uninstall mox (which shouldn't be required for production use).