Hi everyone, I reworked Cucumber tests slightly and added EC2 mocking. So now you can test EC2 driver without EC2 account.
For running a cucumber test you need to do following: API_DRIVER='ec2' rake features Output will be saved into tmp/cucumber.html This patch will also add another Cucumber task: rake rcov -> Generate RCov report into tmp/coverage Sample output from my machine: http://mifo.sk/ec2.html http://mifo.sk/ec2_coverage/ Please keep in mind, that this is just 'pre-alpha' version. I will be happy if you submit any comments, observations etc... I made fixtures by hand, using right-aws documentation and API docs from Amazon, so they looks 'very' authentic. Also, if you want to run API against EC2 mock driver, it's possible: ./bin/deltacloudd -i ec2 -e test - Michal _______________________________________________ deltacloud-devel mailing list [email protected] https://fedorahosted.org/mailman/listinfo/deltacloud-devel
