Created
May 28, 2014 21:16
-
-
Save briancain/f18055298f123e5e301c to your computer and use it in GitHub Desktop.
gross
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
# this works in puppet-acceptance/ | |
# Puppet Open Source Tests | |
# debug | |
# time ./systest.rb --type manual --no-install --debug --ntp --config ../conf/cent6mda-cent5a.cfg --helper ../puppetdb/acceptance/helper.rb --options-file ../puppetdb/acceptance/options/postgres.rb --setup ./foo -t ../puppetdb/acceptance/setup/pre_suite/00_setup_test_env.rb --tests $@ | |
# non-debug | |
# time ./systest.rb --type manual --no-install --ntp --config ../conf/cent6mda-cent5a.cfg --helper ../puppetdb/acceptance/helper.rb --options-file ../puppetdb/acceptance/options/postgres.rb --setup ./foo -t ../puppetdb/acceptance/setup/pre_suite/00_setup_test_env.rb --tests $@ | |
# Puppet Enterprise run tests | |
# Debug | |
# time ./systest.rb --type pe --no-install --debug --ntp --config ../conf/cent6mda-cent5a.cfg --helper ../puppetdb/acceptance/helper.rb --options-file ../puppetdb/acceptance/options/postgres.rb --setup ./foo -t ../puppetdb/acceptance/setup/pre_suite/00_setup_test_env.rb --tests $@ | |
# Single node | |
time ./systest.rb --type pe --no-install --debug --ntp --config ../conf/cent6mda.cfg --helper ../puppetdb/acceptance/helper.rb --options-file ../puppetdb/acceptance/options/postgres.rb --setup ./foo -t ../puppetdb/acceptance/setup/pre_suite/00_setup_test_env.rb --tests $@ | |
# nondebug | |
# time ./systest.rb --type pe --no-install --ntp --config ../conf/cent6mda-cent5a.cfg --helper ../puppetdb/acceptance/helper.rb --options-file ../puppetdb/acceptance/options/postgres.rb --setup ./foo -t ../puppetdb/acceptance/setup/pre_suite/00_setup_test_env.rb --tests $@ | |
# This is for centos5 and debian 6 to run at the same time | |
# time ./systest.rb --type pe --no-install --config ../conf/cent6mda-cent5a-deb6a.cfg --helper ../puppetdb/acceptance/helper.rb --options-file ../puppetdb/acceptance/options/postgres.rb --setup ./foo -t ../puppetdb/acceptance/setup/pre_suite/00_setup_test_env.rb --tests $@ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment