Unit tests failing with raise UnknownMethodCallError('management_url')
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Dashboard (Horizon) |
Fix Released
|
Critical
|
David Lyle | ||
Grizzly |
Fix Released
|
High
|
Julie Pichon | ||
Havana |
Fix Released
|
High
|
David Lyle |
Bug Description
A number of unit tests are failing for every review, likely related to the release of keystoneclient 0.4.2:
<fungi> i think python-
<fungi> looks like all python unit test runs for horizon are now failing on keystone-specific tests as of the last few minutes, and the only change in the pip freeze output for the tests is python-
<bknudson> fungi: "UnknownMethodC
<fungi> horizon will presumably need patching to work around that
<bknudson> Looks like the horizon test is trying to create a mock keystoneclient and creating the mock fails for some reason.
2014-01-13 14:42:38.747 | =======
2014-01-13 14:42:38.747 | FAIL: test_get_
2014-01-13 14:42:38.748 | -------
2014-01-13 14:42:38.748 | Traceback (most recent call last):
2014-01-13 14:42:38.748 | File "/home/
2014-01-13 14:42:38.748 | keystoneclient = self.stub_
2014-01-13 14:42:38.748 | File "/home/
2014-01-13 14:42:38.748 | self.keystoneclient = self.mox.
2014-01-13 14:42:38.748 | File "/home/
2014-01-13 14:42:38.748 | new_mock = MockObject(
2014-01-13 14:42:38.748 | File "/home/
2014-01-13 14:42:38.749 | attr = getattr(
2014-01-13 14:42:38.749 | File "/home/
2014-01-13 14:42:38.749 | raise UnknownMethodCa
2014-01-13 14:42:38.749 | UnknownMethodCa
2014-01-13 14:42:38.749 | >> raise UnknownMethodCa
2014-01-13 14:42:38.749 |
2014-01-13 14:42:38.749 |
2014-01-13 14:42:38.749 | =======
2014-01-13 14:42:38.749 | FAIL: Tests api.keystone.
2014-01-13 14:42:38.749 | -------
2014-01-13 14:42:38.750 | Traceback (most recent call last):
2014-01-13 14:42:38.750 | File "/home/
2014-01-13 14:42:38.750 | keystoneclient = self.stub_
2014-01-13 14:42:38.750 | File "/home/
2014-01-13 14:42:38.750 | self.keystoneclient = self.mox.
2014-01-13 14:42:38.750 | File "/home/
2014-01-13 14:42:38.750 | new_mock = MockObject(
2014-01-13 14:42:38.750 | File "/home/
2014-01-13 14:42:38.750 | attr = getattr(
2014-01-13 14:42:38.750 | File "/home/
2014-01-13 14:42:38.750 | raise UnknownMethodCa
2014-01-13 14:42:38.751 | UnknownMethodCa
2014-01-13 14:42:38.751 | >> raise UnknownMethodCa
Examples:
https:/
http://
Changed in horizon: | |
status: | New → Confirmed |
importance: | Undecided → Critical |
milestone: | none → icehouse-2 |
Changed in horizon: | |
assignee: | nobody → David Lyle (david-lyle) |
Changed in horizon: | |
status: | Fix Committed → Fix Released |
Changed in horizon: | |
milestone: | icehouse-2 → 2014.1 |
Fix proposed to branch: master /review. openstack. org/66361
Review: https:/