Last active
May 16, 2024 16:50
-
-
Save ianballou/3f96731a5280bbddb7033a47ab4ffea9 to your computer and use it in GitHub Desktop.
Run acceptance test in puppet-foreman_proxy
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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