646a6cd15f
When running with BEAKER_provision=no, the following happens: In Trusty: beaker is running dpkg with '--force' option so even if Puppet is already installed, the return code will be 0. In CentOS: beaker is running 'rpm -ivh' the second time and since the package is already here, the return code will be 1. Using the new puppet install helper will abort installing puppet if BEAKER_provision is no, so tests will continue as normal. Change-Id: I410ebcc23bdc27ae0e632d1f330cab374cbc8912 Co-Authored-By: Colleen Murphy <colleen@gazlene.net> |
||
---|---|---|
.. | ||
acceptance | ||
classes | ||
unit/provider | ||
shared_examples.rb | ||
spec_helper_acceptance.rb | ||
spec_helper.rb | ||
spec.opts |