Created
June 5, 2013 20:45
-
-
Save jayyvis/5717175 to your computer and use it in GitHub Desktop.
libcloud-test-failures
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
====================================================================== | |
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) | |
File "libcloud/libcloud/compute/drivers/openstack.py", line 190, in __init__ | |
super(OpenStackNodeDriver, self).__init__(*args, **kwargs) | |
File "libcloud/libcloud/compute/base.py", line 451, in __init__ | |
api_version=api_version, **kwargs) | |
File "libcloud/libcloud/common/base.py", line 859, in __init__ | |
self.connection.connect() | |
File "libcloud/libcloud/common/base.py", line 478, in connect | |
connection = self.conn_classes[secure](**kwargs) | |
TypeError: 'NoneType' object is not callable | |
====================================================================== | |
ERROR: test_token_expiration_and_force_reauthentication (libcloud.test.compute.test_openstack.OpenStackAuthConnectionTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "libcloud/libcloud/test/compute/test_openstack.py", line 142, in test_token_expiration_and_force_reauthentication | |
connection = self._get_mock_connection(OpenStack_2_0_MockHttp) | |
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) | |
File "libcloud/libcloud/compute/drivers/openstack.py", line 190, in __init__ | |
super(OpenStackNodeDriver, self).__init__(*args, **kwargs) | |
File "libcloud/libcloud/compute/base.py", line 451, in __init__ | |
api_version=api_version, **kwargs) | |
File "libcloud/libcloud/common/base.py", line 859, in __init__ | |
self.connection.connect() | |
File "libcloud/libcloud/common/base.py", line 478, in connect | |
connection = self.conn_classes[secure](**kwargs) | |
TypeError: 'NoneType' object is not callable | |
====================================================================== | |
ERROR: test_connection_get_service_catalog (libcloud.test.compute.test_openstack.OpenStackServiceCatalogTests) | |
---------------------------------------------------------------------- | |
Traceback (most recent call last): | |
File "libcloud/libcloud/test/compute/test_openstack.py", line 85, in test_connection_get_service_catalog | |
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) | |
File "libcloud/libcloud/compute/drivers/openstack.py", line 190, in __init__ | |
super(OpenStackNodeDriver, self).__init__(*args, **kwargs) | |
File "libcloud/libcloud/compute/base.py", line 451, in __init__ | |
api_version=api_version, **kwargs) | |
File "libcloud/libcloud/common/base.py", line 859, in __init__ | |
self.connection.connect() | |
File "libcloud/libcloud/common/base.py", line 478, in connect | |
connection = self.conn_classes[secure](**kwargs) | |
TypeError: 'NoneType' object is not callable | |
---------------------------------------------------------------------- | |
Ran 2742 tests in 10.053s | |
FAILED (errors=3) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment