summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* We now check for powershell/dsc compat in provider.jdmundrawala/issue-2027-masterJay Mundrawala2014-09-222-134/+134
* Restoring https://github.com/opscode/chef/pull/1921 to master - somehow it go...tyler-ball2014-09-193-0/+352
* DscScript resource will raise an error if dsc is not availableJay Mundrawala2014-09-194-61/+122
* lcm parser is a lot more forgivingJay Mundrawala2014-09-191-27/+18
* configuration_generator_spec uses newer rspec conventionsJay Mundrawala2014-09-191-33/+31
* Added test for #generate_description in provider/dsc_script_specJay Mundrawala2014-09-191-0/+20
* Cleanup dsc_script_spec to use newer rspec conventionsJay Mundrawala2014-09-191-43/+40
* Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-195-588/+588
* DSC functional tests with configuration data and parameterizationAdam Edwards2014-09-191-4/+225
* Correctly handle dsc resource import failuresAdam Edwards2014-09-192-2/+136
* DSC spec platform detection via WMIAdam Edwards2014-09-194-3/+17
* Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-192-20/+36
* Added unit test for powershell cmdletJay Mundrawala2014-09-191-0/+106
* DSC: Added test for dsc_script providerAdam Edwards2014-09-192-2/+126
* Added unit tests for configuration_generatorJay Mundrawala2014-09-191-0/+173
* Add configurationdata attribute supportAdam Edwards2014-09-191-8/+33
* Parse WhatIf from LCMJay Mundrawala2014-09-191-0/+166
* Updated powershell functional tests to work with changes to Chef::Util::Power...Jay Mundrawala2014-09-191-17/+15
* Initial dsc_configuration resource implementationAdam Edwards2014-09-195-0/+309
* Fix test failure happening only on Jenkins 12.04+1.9.3: don't call File.unlin...cdoherty-fix-jenkins-12.04-errorChris Doherty2014-09-181-1/+1
* Rewrite a Debian ifconfig spec to not stub File calls and work on Windows.Chris Doherty2014-09-171-9/+25
* Thanks to Lamont, fix trusted certs test failures on Windows.Chris Doherty2014-09-161-1/+1
* Merge pull request #2059 from opscode/fix-integrationsChris Doherty2014-09-165-5/+8
|\
| * Remove unnecessarily added blank line.Chris Doherty2014-09-151-1/+0
| * Gross hack: silence the mysterious post-test cleanup error while we investigate.Chris Doherty2014-09-151-1/+4
| * More single quotes for command path.Chris Doherty2014-09-151-1/+1
| * More single quotes around a command path.Chris Doherty2014-09-151-1/+2
| * Fix some client integrations with path quoting.Chris Doherty2014-09-151-1/+1
| * Fix ipv6 integration spec: single-quote pathname which can have spaces.Chris Doherty2014-09-151-1/+1
* | stubs for :ssl_verify_mode default as :verify_peermcquin/verify_peer_defaultClaire McQuin2014-09-152-2/+8
|/
* Merge pull request #2003 from opscode/mcquin/transfer_trusted_certsClaire McQuin2014-09-151-0/+38
|\
| * reliably stub cert transfer testsClaire McQuin2014-09-081-7/+11
| * Stub reading of validation keyClaire McQuin2014-09-081-0/+2
| * Fetch certs in bootstrap_context.rb, not in templates to avoid copypasta.Claire McQuin2014-09-081-0/+5
| * Use :trusted_certs_dir from Chef::Config, only grab .crt and .pem filesClaire McQuin2014-09-081-1/+1
| * Transfer trusted certs during bootstrapClaire McQuin2014-09-081-0/+27
* | Merge pull request #1979 from opscode/cdoherty-reboot-coreChris Doherty2014-09-124-7/+224
|\ \
| * | Improve the action and throw-label names.Chris Doherty2014-09-121-3/+3
| * | Re-implement immediate reboot using throw/catch, so all the end-of-runChris Doherty2014-09-101-11/+28
| * | Add #reboot! to Rebooter for immediate rebooting; make Rebooter stateless;Chris Doherty2014-09-101-12/+37
| * | Rename actions to :request_reboot_on_successful_run and :reboot_interrupt_run.Chris Doherty2014-09-102-2/+10
| * | Elaborate the specs a bit to make sure we're generating the correct reboot sh...Chris Doherty2014-09-101-12/+26
| * | test against Windows string.Chris Doherty2014-09-101-1/+1
| * | Chef::Rebooter -> Chef::Platform::RebooterChris Doherty2014-09-101-4/+3
| * | Repair hacky use of rspec.Chris Doherty2014-09-101-3/+5
| * | Spec for the actual reboot code.Chris Doherty2014-09-101-0/+64
| * | Update comment.Chris Doherty2014-09-101-1/+1
| * | reboot_pending? no longer has unsupported platforms, so remove the test for it.Chris Doherty2014-09-101-7/+1
| * | Various tidying-up.Chris Doherty2014-09-101-2/+6
| * | Add unit spec for reboot data in RunContext.Chris Doherty2014-09-101-0/+15