Last active
August 29, 2015 14:05
-
-
Save briancain/4e93e48b34a098d4671b to your computer and use it in GitHub Desktop.
beaker config for pe acceptance tests
This file contains hidden or 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
HOSTS: | |
puppetmaster.local: | |
roles: | |
- master | |
- database | |
- agent | |
- dashboard | |
platform: el-6-x86_64 | |
CONFIG: |
This file contains hidden or 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
#!/usr/bin/env bash | |
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" && rvm use 2.0.0@pe_acceptance --create | |
bundle install | |
bundle exec beaker --hosts conf.cfg --tests acceptance/tests |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment