Skip to content

Instantly share code, notes, and snippets.

@briancain
Created May 28, 2014 21:16
Show Gist options
  • Save briancain/f18055298f123e5e301c to your computer and use it in GitHub Desktop.
Save briancain/f18055298f123e5e301c to your computer and use it in GitHub Desktop.
gross
# 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