> Ah ok, yeah I was talking mainly about module testing. But yeah, the general > gist is if you want to run beaker tests for free and in a public CI, Werker > + Docker seems to work :)
Yeah absolutely, it's an exciting way of doing tests really. There are some exceptions of course - for example if you rely on testing anything in the kernel docker isn't the best choice since a container uses its parents kernel ... puppetlabs-firewall is an example of this since it relies on iptables features in the kernel of the distro to be tested correctly. But for most modules a docker/lxc-style test is brilliant and fast. ken. -- You received this message because you are subscribed to the Google Groups "Puppet Developers" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/puppet-dev/CAE4bNTkD0UDN0aJV%2BXeB7EZZ-XXu23K%2BzztGT0t0P1PoEEdeMA%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
