-
Notifications
You must be signed in to change notification settings - Fork 68
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests/master/modules 3138 #12
Tests/master/modules 3138 #12
Conversation
| --debug \ | ||
| --preserve-hosts never \ | ||
| --config tests/configs/$PLATFORM \ |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What happens if $PLATFORM is not set?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Let's make sure the task will fail with a descriptive message if the $PLATFORM envar is not set.
The linter was not liking the hash rocket alignment on the examples file.
|
@ThoughtCrhyme See PR to fix Travis CI failure. |
| task :reference_tests => [:blah] | ||
|
|
||
| task :blah do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should have a more descriptive name and maybe a comment on how it is triggered.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hah! Meant to change that before push
1aee670
to
f32e714
Compare
The reference tests pre-suite was using the "agents" host array when calling the "install_dev_puppet_module_on". However, a method used within the "install_dev_puppet_module_on" did not support an array of hosts. The fix is to feed "install_dev_puppet_module_on" a single host object in a block.
0aeabdc
to
d99d7a9
Compare
…kens-everywhere (QA-2030) Use auth tokens everywhere
Removed r-spec tests and fixed beaker acceptance test.