[
https://issues.apache.org/jira/browse/LIBCLOUD-111?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13102055#comment-13102055
]
Tomaz Muraus commented on LIBCLOUD-111:
---------------------------------------
Merged, thanks.
I have made a minor change, because the tests were failing on Python 2.5:
- self.driver = EucNodeDriver(EC2_ACCESS_ID, EC2_SECRET,
- host="some.eucalyptus.com")
+ self.driver = EucNodeDriver(key=EC2_PARAMS[0], secret=EC2_PARAMS[1],
+ host='some.eucalyptus.com')
Next time you can use tox command to automatically run tests on all the
supported versions. Sadly you need to run it as root (sudo tox), because Python
2.5 depends on ssl module and you need root permissions to install it.
> Instead of the existing EC2 demo, there should be a generalize demo module
> that works for demoing or interactively testing any driver class
> -------------------------------------------------------------------------------------------------------------------------------------------
>
> Key: LIBCLOUD-111
> URL: https://issues.apache.org/jira/browse/LIBCLOUD-111
> Project: Libcloud
> Issue Type: New Feature
> Components: Compute
> Reporter: Mike Nerone
>
> I found myself in need of live testing in working on an OpenStack driver.
> Though writing a driver-specific test/demo tool was an option, it's no more
> difficult to make one that works for any driver.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira