gocd / go-cookbook

Cookbook that installs and configures the open-source ThoughtWorks Studios GoCD product
http://www.gocd.org/
Apache License 2.0
44 stars 66 forks source link

test-kitchen #12

Closed pdunnavant closed 10 years ago

pdunnavant commented 10 years ago

This adds working test-kitchen with tests for ubuntu-12.04 and ubuntu-13.10. I added some initial CentOS 6.4 support as well (along with tests for that). I haven't tested the backup restoration process that the server recipe seems to do, but that could be added in the future. This should at least allow for more tests to get written.

If you have any suggestions for modifications, please let me know. Thanks!

scottmuc commented 10 years ago

Awesome stuff! Not sure when I'll have a chance to give this a whirl. Hopefully soon, but cannot make any guarantees right now :(

pdunnavant commented 10 years ago

I also just realized that I didn't add any instructions as to how to run these. I just assumed that everyone would already know how to run the tests. If there's any question about how to run these, I'd also be fine with adding in a TESTING.md file or some instructions to the README if you like.