Displaying 3 results from an estimated 3 matches for "nistu".
Did you mean:
nist
2010 Apr 17
5
behavioural testing of puppet manifests with cucumber-puppet
Hi,
I''d like to announce a little tool I have written, called cucumber-
puppet. It supports writing behavioural tests for your puppet
manifest, using cucumber. This allows for BDD-style manifest
development and fearless refactorings.
http://blog.nistu.de/cucumber_puppet_0_0_3_released.html
Let me know what you think!
cheers,
Nikolay
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To post to this group, send email to puppet-users@googlegroups.com.
To unsubscribe from this group, se...
2012 Aug 15
1
rspec-puppet and exported resources
Hi,
Is there a way to test for exported resources using rspec-puppet ? I found
a post explaining how it could be done with cucumber (
http://blog.nistu.de/2011/09/04/testing-exported-resources-with-cucumber-puppet
) but could not find examples or documentation for rspec-puppet.
Cheers
--
You received this message because you are subscribed to the Google Groups "Puppet Users" group.
To view this discussion on the web visit https://gr...
2011 Sep 11
3
cucumber puppet - ymllookups
Hi all,
Firstly, I''m using 2.6.9 and have updated to the latest cucumber
puppet gems (cucumber-puppet 0.3.5) that allow for storeconfigs to be
tested - thanks to Nikolay and his post (http://blog.nistu.de/
2011/09/04/testing-exported-resources-with-cucumber-puppet/). Yay!
I have been trying to get some testing of a ''testnode'' which would be
a generic node that I can use to test all the developer contributed
modules against before they get merged into trunk.
I want to run a tes...