Re: [Puppet Users] run beaker tests on a live system

2015-05-06 Thread Thomas Müller
> >> > > >> >> I discovered that rspec is able to have tags on describe/context/it and >> filter it with maybe "rspec --tag liveacceptance:true" to only include the >> relevant tests. >> > > You would definitely want to be careful on how to structure your tests. > Any tests with `apply_ma

Re: [Puppet Users] run beaker tests on a live system

2015-05-05 Thread Hunter Haugen
On Tue, May 5, 2015 at 6:31 AM, Thomas Müller wrote: > hi > > I'm trying to get started with beaker testing. we will introduce the > role/profile pattern and want to enforce the acceptance criterias per > profile class. Operations would like to reuse the puppet tests on live > systems to verify t