Last active
August 29, 2015 14:20
-
-
Save rackerbenoit/d041ae1fafa4102d038a to your computer and use it in GitHub Desktop.
run_test_suite running correctly
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
AUSTRML-P56MFFT:Scripts ubenopa$ ruby run_test_suite.rb -e paul_sandbox | |
No identity flag passed and I'll assume that's cool. | |
================== RUNNING SERVERSPEC TESTS IN paul_sandbox ====================== | |
Running => bundle exec knife ssh 'chef_environment:paul_sandbox' 'role_dir=$(dirname /var/chef/cache/cookbooks/role_*/recipes) && role_cb=$(basename $role_dir); if [ -f $role_dir/recipes/run_serverspecs.rb ]; then sudo chef-client -o "recipe[$role_cb::run_serverspecs]" --splay 60; else echo "No SERVERSPEC recipe found in $role_cb"; fi' -a ipaddress -x pearson -C 10 --no-host-key-verify (timeout:1800) | |
10.168.18.239 No SERVERSPEC recipe found in role_frontendapp_customer | |
10.168.16.43 No SERVERSPEC recipe found in role_frontendapp_customer | |
10.168.16.98 No SERVERSPEC recipe found in role_grafana | |
10.168.19.71 No SERVERSPEC recipe found in role_frontendapp_customer | |
10.168.18.67 dirname: extra operand `/var/chef/cache/cookbooks/role_testing/recipes' | |
10.168.18.67 Try `dirname --help' for more information. | |
10.168.18.67 No SERVERSPEC recipe found in | |
10.168.18.181 No SERVERSPEC recipe found in role_frontendapp_customer | |
10.168.15.13 No SERVERSPEC recipe found in role_panext_mysqlmaster |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment