summaryrefslogtreecommitdiff
path: root/spec/functional
Commit message (Expand)AuthorAgeFilesLines
* Fix the after blocks in reboot_pending specs.sersut/win-res-lookup-fixSerdar Sutay2014-10-291-4/+4
* Fix the logic that checks for existing reboot pending in reboot pending tests.Serdar Sutay2014-10-281-15/+15
* Make sure the event log related capability is turned off on Windows 2003 boxe...Serdar Sutay2014-10-281-5/+5
* @hourly not supported in aix cronskaustubh-d2014-10-281-2/+2
* fix bff spec by setting os attribute on node so that approriate provider is f...kaustubh-d2014-10-281-0/+1
* Set guard_interpreter using default_guard_interpreterAdam Edwards2014-10-231-19/+24
* powershell_script and batch resource guard_interpeter default to parent resourceAdam Edwards2014-10-232-11/+11
* Use windows evt log by default on windowsJay Mundrawala2014-10-221-3/+7
* Guard windows specific includes in specJay Mundrawala2014-10-221-2/+4
* Copy-pasta errorJay Mundrawala2014-10-221-1/+1
* Added spec for windows event loggerJay Mundrawala2014-10-221-0/+76
* Merge pull request #2249 from opscode/jdmundrawala/delete-envJay Mundrawala2014-10-211-0/+9
|\
| * spec to ensure deleting ENV[var] from current process worksjdmundrawala/delete-envJay Mundrawala2014-10-211-0/+9
* | Merge pull request #2028 from ClogenyTechnologies/kd/aix-serviceSerdar Sutay2014-10-214-0/+392
|\ \ | |/ |/|
| * fixed functional testskaustubh-d2014-09-234-92/+132
| * fix copyrightkaustubh2014-09-221-1/+1
| * mark test aix only, and correct copyrightkaustubh2014-09-221-2/+2
| * functional specs for aix service providerkaustubh-d2014-09-194-0/+352
* | Missed one spec in rpm_spec.rb.sersut/chef-rc-fixes-2Serdar Sutay2014-10-201-2/+2
* | Refer to rpm assets with the full path in specs.Serdar Sutay2014-10-201-2/+3
* | Fix cron specs on Solaris.Serdar Sutay2014-10-201-1/+7
* | Enable guard_interpreters for the execute resource and set the default interp...Serdar Sutay2014-10-161-0/+113
* | file_spec: chdir into the temp directory so we don't leave test files in the ...cdoherty-eliminate-spec-remnantsChris Doherty2014-10-151-0/+2
* | Remove unnecessary contexts in DSC functional specsAdam Edwards2014-10-141-44/+36
* | DSC parameters should be passed even when there is no config data fileAdam Edwards2014-10-141-4/+57
* | Deal with nil system path in env_specjdmundrawala/env-path-spec-fixJay Mundrawala2014-10-111-4/+1
* | restore ENV['PATH'] in env_spec after test is completeJay Mundrawala2014-10-101-1/+3
* | Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-073-6/+6
* | Cleanup commented out codebtm/group_functional_testsBryan McLellan2014-09-291-2/+0
* | Match group func tests to specificationBryan McLellan2014-09-291-4/+9
* | Update guard functional tests for refactoringbtm/guard-orderBryan McLellan2014-10-011-1/+2
* | Re-remove tests that were removed in 6591d4b2Bryan McLellan2014-10-011-20/+0
* | test guard_interpreter orderBryan McLellan2014-09-301-0/+13
* | nest powershell guard functional testsBryan McLellan2014-09-301-155/+176
* | update functional tests for guard_interpreterBryan McLellan2014-09-301-20/+6
* | Merge pull request #2024 from opscode/jdmundrawala/windows_env_pathJay Mundrawala2014-09-301-0/+46
|\ \
| * | Use windows api to expand path. Cleaned up testsJay Mundrawala2014-09-111-0/+46
| |/
* | Add the pending() guard to the 'when there's no reboot keys present' spec.Chris Doherty2014-09-291-2/+5
* | DSCL resource says it doesn't support OS X below 10.7, so don't run it on 10.6.Chris Doherty2014-09-291-1/+2
* | Add method to escape glob reserved characters.Claire McQuin2014-09-221-0/+37
* | DscScript resource will raise an error if dsc is not availableJay Mundrawala2014-09-191-3/+4
* | Switch fileformat to unix, clean up whitespace.Bryan McLellan2014-09-192-450/+450
* | DSC functional tests with configuration data and parameterizationAdam Edwards2014-09-191-4/+225
* | DSC spec platform detection via WMIAdam Edwards2014-09-192-3/+3
* | Deal with LCM failing when a resource does not support WhatIfJay Mundrawala2014-09-191-2/+6
* | 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-192-0/+227
* | Merge pull request #1979 from opscode/cdoherty-reboot-coreChris Doherty2014-09-122-0/+208
|\ \
| * | 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