yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #15068
[Bug 1326029] [NEW] Error messages are shown when running test cases
Public bug reported:
While running test cases, the following errors are displayed:
Traceback (most recent call last):
File "/home/stack/horizon/openstack_dashboard/dashboards/project/instances/console.py", line 47, in get_console
console = api_call(request, instance.id)
File "/home/stack/horizon/.venv/local/lib/python2.7/site-packages/mox.py", line 765, in __call__
return mock_method(*params, **named_params)
File "/home/stack/horizon/.venv/local/lib/python2.7/site-packages/mox.py", line 1010, in __call__
raise expected_method._exception
ClientException: Expected failure.
Expected failure.
Traceback (most recent call last):
File "/home/stack/horizon/openstack_dashboard/dashboards/project/instances/console.py", line 47, in get_console
console = api_call(request, instance.id)
File "/home/stack/horizon/.venv/local/lib/python2.7/site-packages/mox.py", line 765, in __call__
return mock_method(*params, **named_params)
File "/home/stack/horizon/.venv/local/lib/python2.7/site-packages/mox.py", line 1010, in __call__
raise expected_method._exception
ClientException: Expected failure.
....Console type "FAKE" not supported.
** Affects: horizon
Importance: Undecided
Assignee: Cristian A Sanchez (cristian-a-sanchez)
Status: New
** Changed in: horizon
Assignee: (unassigned) => Cristian A Sanchez (cristian-a-sanchez)
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1326029
Title:
Error messages are shown when running test cases
Status in OpenStack Dashboard (Horizon):
New
Bug description:
While running test cases, the following errors are displayed:
Traceback (most recent call last):
File "/home/stack/horizon/openstack_dashboard/dashboards/project/instances/console.py", line 47, in get_console
console = api_call(request, instance.id)
File "/home/stack/horizon/.venv/local/lib/python2.7/site-packages/mox.py", line 765, in __call__
return mock_method(*params, **named_params)
File "/home/stack/horizon/.venv/local/lib/python2.7/site-packages/mox.py", line 1010, in __call__
raise expected_method._exception
ClientException: Expected failure.
Expected failure.
Traceback (most recent call last):
File "/home/stack/horizon/openstack_dashboard/dashboards/project/instances/console.py", line 47, in get_console
console = api_call(request, instance.id)
File "/home/stack/horizon/.venv/local/lib/python2.7/site-packages/mox.py", line 765, in __call__
return mock_method(*params, **named_params)
File "/home/stack/horizon/.venv/local/lib/python2.7/site-packages/mox.py", line 1010, in __call__
raise expected_method._exception
ClientException: Expected failure.
....Console type "FAKE" not supported.
To manage notifications about this bug go to:
https://bugs.launchpad.net/horizon/+bug/1326029/+subscriptions
Follow ups
References