Re: [Puppet Users] Server acceptance unit testing

2014-06-16 Thread John Warburton
On 17 June 2014 16:17, Eric Shamow wrote: > There is Beaker, which is an internal (but open) PL testing framework: > > https://github.com/puppetlabs/beaker/wiki > > Beaker has an rspec variant, but it also has its own DSL which is much, > much simpler. > > Thanks Eric I've looked at it, and the

Re: [Puppet Users] Server acceptance unit testing

2014-06-16 Thread John Warburton
On 17 June 2014 16:13, Nan Liu wrote: If you are looking for something that's low barrier of entry and shell is > your target, have you considered something like bats? > https://github.com/sstephenson/bats > > Thanks Nan - that escaped me. Will take a look. The best I could find was "Sh Unit 2

Re: [Puppet Users] Server acceptance unit testing

2014-06-16 Thread Eric Shamow
There is Beaker, which is an internal (but open) PL testing framework: https://github.com/puppetlabs/beaker/wiki Beaker has an rspec variant, but it also has its own DSL which is much, much simpler. -Eric On Mon, Jun 16, 2014 at 11:13 PM, Nan Liu wrote: > On Mon, Jun 16, 2014 at 10:52 PM, J

Re: [Puppet Users] Server acceptance unit testing

2014-06-16 Thread Nan Liu
On Mon, Jun 16, 2014 at 10:52 PM, John Warburton wrote: > Hi Everyone > > We want to unit test our servers with something like serverspec, but we do > not have the coding skills in the team to write ruby/rspec, and we want a > low barrier to entry for writing tests > > > > Our site isn't small wi

[Puppet Users] Server acceptance unit testing

2014-06-16 Thread John Warburton
Hi Everyone We want to unit test our servers with something like serverspec, but we do not have the coding skills in the team to write ruby/rspec, and we want a low barrier to entry for writing tests Our site isn't small with 3.5K servers, 200 modules, 400 manifests covering 3K resources. Each