Skip to content

Instantly share code, notes, and snippets.

@ianballou
Last active May 16, 2024 16:50
Show Gist options
  • Save ianballou/3f96731a5280bbddb7033a47ab4ffea9 to your computer and use it in GitHub Desktop.
Save ianballou/3f96731a5280bbddb7033a47ab4ffea9 to your computer and use it in GitHub Desktop.
Run acceptance test in puppet-foreman_proxy
BEAKER_SETFILE=centos8-64 BEAKER_HYPERVISOR=vagrant_libvirt BEAKER_PROVISION=yes BEAKER_DESTROY=no bundle exec rspec spec/acceptance/my_test_spec.rb
#BEAKER_DESTROY=no leaves the VM running
#BEAKER_PROVISION=no allows for VM reuse
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment