[openstack-dev] [horizon] Support for Django 1.7: there's a bit of work, though it looks fixable to me...
Thomas Goirand
zigo at debian.org
Tue Aug 5 09:18:17 UTC 2014
On 08/05/2014 04:06 PM, Julie Pichon wrote:
> On 05/08/14 08:11, Thomas Goirand wrote:
>> And there's also test_change_password_shows_message_on_login_page which
>> fails. Here's the end of the stack dump:
>>
>> File "/usr/lib/python2.7/dist-packages/requests/adapters.py", line
>> 375, in send
>> raise ConnectionError(e, request=request)
>> ConnectionError: HTTPConnectionPool(host='public.nova.example.com',
>> port=8774): Max retries exceeded with url: /v2/extensions (Caused by
>> <class 'socket.gaierror'>: [Errno -2] Name or service not known)
>
> This particular test is currently being skipped [1] due to issues with
> the test itself. It's going to be replaced by an integration test.
>
> Julie
>
> [1] https://review.openstack.org/#/c/101857/
Thanks Julie! I then disabled the tests in the Debian package too.
I'm now down to only a single error not solved:
======================================================================
FAIL: test_update_project_when_default_role_does_not_exist
(openstack_dashboard.dashboards.admin.projects.tests.UpdateProjectWorkflowTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/zigo/sources/openstack/icehouse/horizon/build-area/horizon-2014.1.1/openstack_dashboard/test/helpers.py",
line 83, in instance_stub_out
return fn(self, *args, **kwargs)
File
"/home/zigo/sources/openstack/icehouse/horizon/build-area/horizon-2014.1.1/openstack_dashboard/dashboards/admin/projects/tests.py",
line 1458, in test_update_project_when_default_role_does_not_exist
self.client.get(url)
AssertionError: NotFound not raised
Any idea?
Cheers,
Thomas Goirand (zigo)
More information about the OpenStack-dev
mailing list