Skip to content

Instantly share code, notes, and snippets.

View jayyvis's full-sized avatar

JK jayyvis

  • http://pickleio.com
  • India
View GitHub Profile
@jayyvis
jayyvis / libcloud-test-failures
Created June 5, 2013 20:45
libcloud-test-failures
======================================================================
ERROR: test_basic_authentication (libcloud.test.compute.test_openstack.OpenStackAuthConnectionTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "libcloud/libcloud/test/compute/test_openstack.py", line 118, in test_basic_authentication
self._get_mock_connection(mock_http_class=mock_http_class)
File "libcloud/libcloud/test/compute/test_openstack.py", line 213, in _get_mock_connection
connection.driver = OpenStack_1_0_NodeDriver(*OPENSTACK_PARAMS)
File "libcloud/libcloud/compute/drivers/openstack.py", line 331, in __init__
super(OpenStack_1_0_NodeDriver, self).__init__(*args, **kwargs)