get_panel_group error with enabled panel tests
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
Medium
|
David Lyle |
Bug Description
When enabling panels in patches such as:
- https:/
The feature works perfectly fine when viewed. However, an error comes up when the tests are run, in openstack_
The call to get_panel_group fails:
ERROR: test_remove_panel (openstack_
-------
Traceback (most recent call last):
File "/home/
[p.__class__ for p in dashboard.
File "/home/
panel_groups = self.get_
File "/home/
registered.
KeyError: <class 'openstack_
When this happens, it seems the panel groups are not quite aligned with what is enabled.
Changed in horizon: | |
milestone: | none → liberty-3 |
Changed in horizon: | |
milestone: | liberty-3 → liberty-rc1 |
Changed in horizon: | |
milestone: | liberty-rc1 → none |
status: | Confirmed → Fix Committed |
Changed in horizon: | |
milestone: | none → liberty-rc1 |
status: | Fix Committed → Fix Released |
Changed in horizon: | |
milestone: | liberty-rc1 → 8.0.0 |
Fix proposed to branch: master /review. openstack. org/206594
Review: https:/