Sorry, really bad with Tox :(
I got this:
======================================================================
ERROR: test_create_creds_error
(libcloud.test.compute.test_softlayer.SoftLayerTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File
"/home/chechu/scripts/python/libcloud/libcloud/test/compute/test_softlayer.py",
line 126, in test_create_creds_error
location=self.driver.list_locations()[0],
File
"/home/chechu/scripts/python/libcloud/libcloud/compute/drivers/softlayer.py",
line 700, in list_locations
'SoftLayer_Virtual_Guest', 'getCreateObjectOptions'
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
683, in request
response = responseCls(**kwargs)
File "/home/chechu/scripts/python/libcloud/libcloud/common/base.py", line
118, in __init__
self.object = self.parse_body()
File "/home/chechu/scripts/python/libcloud/libcloud/common/xmlrpc.py",
line 63, in parse_body
params, methodname = xmlrpclib.loads(self.body)
File "/usr/lib/python2.6/xmlrpclib.py", line 1182, in loads
p.feed(data)
File "/usr/lib/python2.6/xmlrpclib.py", line 601, in feed
self._parser.Parse(data, 0)
ExpatError: mismatched tag: line 37, column 18
I got more errors but I guess if you guide to solve this I could solve the
others, my fork: https://github.com/chechuironman/libcloud
Thanks in advance
On Wed, Aug 13, 2014 at 12:09 AM, Jesus arteche <[email protected]>
wrote:
> thanks Jerry...you were right...now I have other errors..that I will try
> to fix tomorrow...is late in Europe..
>
> Thanks
>
>
> On Tue, Aug 12, 2014 at 11:53 PM, Jerry Chen <[email protected]> wrote:
>
>>
>> On Aug 12, 2014, at 5:51 PM, Jesus arteche <[email protected]>
>> wrote:
>>
>> > IOError:
>> >
>> /home/chechu/scripts/python/libcloud/libcloud/test/compute/fixtures/softlayer/v3__SoftLayer_Virtual_Guest_getObject.json
>>
>> Does this file exist, and is it accessible by the user running tox?
>>
>> Jerry
>>
>>
>