summaryrefslogtreecommitdiff
path: root/spec/functional
Commit message (Expand)AuthorAgeFilesLines
...
| * | 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
| * | Various tidying-up.Chris Doherty2014-09-101-2/+6
| * | Add spec/functional/resource/reboot_spec.rb.Chris Doherty2014-09-101-0/+75
| |/
* | Remove unnecessary variable.Chris Doherty2014-09-121-2/+1
* | Stop using homegrown canonicalize() and use Chef::Util::PathHelper.paths_eql?.Chris Doherty2014-09-121-16/+16
* | Don't change the working directory to something that probably gets deleted: W...Chris Doherty2014-09-121-1/+0
* | Test for github issue 1842: handle relative paths correctly on Windows.Chris Doherty2014-09-121-2/+27
* | [master/12] Fix whyrun_safe_ruby_block regressionPhil Dibowitz2014-09-091-0/+51
|/
* Marshall.dump can't dump an IOLamont Granquist2014-09-081-4/+0
* unicode shell_out fixes plus mixlib-shellout 2.xLamont Granquist2014-09-081-2/+2
* Print out request and response body on non-2xx responsejk/http-error-logJohn Keiser2014-09-071-1/+57
* Check the group membership using dscl on Mac.Serdar Sutay2014-09-031-3/+5
* Merge pull request #1847 from ClogenyTechnologies/kd/fixuserspeclamont-granquist2014-08-181-1/+2
|\
| * revert change for ubuntu and fix test.kaustubh-d2014-08-181-1/+2
* | Update cron resource spec to ensure duplicate entries are not createdSean Clemmer2014-08-181-1/+20
|/
* * Dscl user provider changes to support Mac 10.7, 10.8 & 10.9.Serdar Sutay2014-08-122-1/+199
* Merge pull request #1782 from juliandunn/aix-bff-functional-requires-rootJulian C. Dunn2014-08-111-1/+1
|\
| * AIX functional tests involving BFF need to be run as root.Julian C. Dunn2014-08-081-1/+1
* | Change encoding to Unix, remove inaccuracy in example descriptionadamedx2014-08-111-137/+137
* | Issue 1754: Chef::Exceptions::Env exception when modifying env resource using...adamedx2014-08-111-0/+137
* | Merge pull request #1715 from opscode/lcg/file-provider-fixeslamont-granquist2014-08-091-1/+12
|\ \ | |/ |/|
| * different operating systems throw different errorsLamont Granquist2014-07-301-1/+1
| * CHEF-5081 functional testLamont Granquist2014-07-301-1/+12
* | aix - some versions of aix do not support -f, -r is sufficient.kaustubh-d2014-07-311-1/+1
* | aix: remove accidental swp file commit.kaustubh-d2014-07-311-0/+0
* | aix: implement user lock/unlock and fix testskaustubh-d2014-07-312-9/+43
* | aix: -m option option to usermod errors on aixkaustubh-d2014-07-311-0/+5
* | aix: use password hashes, aix style from /etc/security/passwdkaustubh-d2014-07-311-8/+72
* | Use valid short name for group memberssiddheshwar-more2014-07-311-4/+5
* | aix: useradd doesnt support -r like other unix, so sytem account is created b...kaustubh-d2014-07-311-8/+15
* | aix: aix uses different password shadow file.kaustubh-d2014-07-311-7/+25
* | aix: enable user tests, username by default are shorter on aixkaustubh-d2014-07-311-3/+12
* | Fixed group tests for aix to use short group/user namesiddheshwar-more2014-07-311-5/+6
* | Make FileVendor configuration specific to the two implementationsdanielsdeleo2014-07-304-6/+4
* | Move `ohai` helper into platform_helpers, fix perf issue.danielsdeleo2014-07-301-10/+0
|/
* Merge pull request #1639 from opscode/sersut/chef-cvt-fixSerdar Sutay2014-07-151-8/+9
|\
| * Handle unexpected default non-inheritable ACLs on non-vanilla windows boxes.sersut2014-07-141-8/+9
* | Limit change to windows and fix test to be accurate.jmink2014-07-151-1/+3
* | Add comments to clarify linking codejmink2014-07-151-1/+1
* | CHEF-3960 Symlinks to directories should be swingablejmink2014-07-151-0/+6
|/
* Add RSpec matcher match_environment_variable.Claire McQuin2014-07-101-9/+1
* Update expected result when LC_ALL is not set in Windows.Claire McQuin2014-07-091-1/+9
* Set environment option's 'LC_ALL' to nil if not present in option.Claire McQuin2014-06-271-9/+1