By carlossg
via blog.csanchez.org
Submitted: Jan 29 2013 / 11:24
There are several steps depending on how much involved the tests are, what parts are tested and, of course, how long it takes to run the tests. For unit testing we use rspec puppet, and we can check that our manifests and modules compile and contain the expected values. It can be used to test that specific types, classes or definitions are in the compiled catalog and that the parameters math the expectations.
Add your comment