Hey guys,

I added bare metal support for SoftLayer, I'm trying to run the test but it
failed...I'm really bad with this...not sure what is failing...could you
guide me ?

https://github.com/chechuironman/libcloud

and this is one of the errors:


======================================================================
ERROR: test_create_node
(libcloud.test.compute.test_softlayer.SoftLayerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
  File
"/home/chechu/scripts/python/libcloud/libcloud/test/compute/test_softlayer.py",
line 98, in test_create_node
    image=self.driver.list_images()[0])
  File
"/home/chechu/scripts/python/libcloud/libcloud/compute/drivers/softlayer.py",
line 554, in create_node
    raw_node = self._get_order_information(node_id)
  File
"/home/chechu/scripts/python/libcloud/libcloud/compute/drivers/softlayer.py",
line 423, in _get_order_information
    object_mask=mask
  File
"/home/chechu/scripts/python/libcloud/libcloud/compute/drivers/softlayer.py",
line 198, in request
    endpoint})
  File "/home/chechu/scripts/python/libcloud/libcloud/common/xmlrpc.py",
line 108, in request
    method='POST')
  File "/home/chechu/scripts/python/libcloud/libcloud/common/base.py", line
668, in request
    headers=headers)
  File "/home/chechu/scripts/python/libcloud/libcloud/test/__init__.py",
line 189, in request
    status, body, headers, reason = meth(method, url, body, headers)
  File
"/home/chechu/scripts/python/libcloud/libcloud/test/compute/test_softlayer.py",
line 185, in _xmlrpc
    return getattr(self, meth_name)(method, url, body, headers)
  File
"/home/chechu/scripts/python/libcloud/libcloud/test/compute/test_softlayer.py",
line 232, in _xmlrpc_v3_SoftLayer_Virtual_Guest_getObject
    'v3__SoftLayer_Virtual_Guest_getObject.json')
  File
"/home/chechu/scripts/python/libcloud/libcloud/test/file_fixtures.py", line
51, in load
    raise IOError(path)
IOError:
/home/chechu/scripts/python/libcloud/libcloud/test/compute/fixtures/softlayer/v3__SoftLayer_Virtual_Guest_getObject.json

Thanks in advance

Reply via email to