Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Mark failing test as pending on versions of powershell < 4jdm/posh | Jay Mundrawala | 2015-03-12 | 1 | -1/+2 |
| | | | | | This case has never worked before 6c724e866274a728bc66740ab352db7da7d7958f. It was fixed for 4, however it seems that does not apply to versions < 4. | ||||
* | Merge pull request #3039 from chef/tball/nightlies | Tyler Ball | 2015-03-11 | 2 | -4/+8 |
|\ | | | | | Chef-DK nightlies on debian and el6 have been failing on these timing-based tests, doing a quick fix | ||||
| * | Updating comment for future userstball/nightlies | tyler-ball | 2015-03-10 | 1 | -1/+2 |
| | | |||||
| * | Changing tactics - excluding test from chef verify because I cannot figure ↵ | tyler-ball | 2015-03-10 | 2 | -2/+5 |
| | | | | | | | | out why it fails | ||||
| * | Nightlies on debian and el6 have been failing on these timing-based tests, ↵ | tyler-ball | 2015-03-10 | 1 | -4/+4 |
| | | | | | | | | doing a quick fix | ||||
* | | dscl specs should only run on macjdm/dscl-fix | Jay Mundrawala | 2015-03-10 | 2 | -1/+2 |
| | | |||||
* | | Merge pull request #3050 from chef/jdm/osx | Jay Mundrawala | 2015-03-10 | 4 | -1/+16 |
|\ \ | |/ |/| | Fix dscl issues for osx | ||||
| * | Dont run useradd_spec on osxjdm/osx | Jay Mundrawala | 2015-03-09 | 3 | -0/+16 |
| | | |||||
| * | Modify dscl_spec to run | Jay Mundrawala | 2015-03-09 | 1 | -1/+0 |
| | | |||||
* | | Merge pull request #3004 from chef/lcg/deploy-provider-nillable | Lamont Granquist | 2015-03-09 | 1 | -0/+35 |
|\ \ | |/ |/| | add specs for nilling deploy parameters | ||||
| * | add specs for nilling deploy parameters | Lamont Granquist | 2015-03-05 | 1 | -0/+35 |
| | | |||||
* | | rename 'hash' to 'provider_mapping' | Lamont Granquist | 2015-03-04 | 1 | -5/+5 |
| | | | | | | | | slightly less generic | ||||
* | | add os to node stub | Lamont Granquist | 2015-03-04 | 1 | -3/+4 |
| | | | | | | | | | | would be better to use a pristine copy of a real ohai run here since we're in a functional test. | ||||
* | | provider_resolver migration from provider_mapping | Lamont Granquist | 2015-03-04 | 2 | -5/+132 |
|/ | | | | | | | | - move macosx providers to dynamic resolution - move windows providers to dynamic resolution - move openbsd/netbsd providers to dynamic resolution - move all cron providers to dynamic resolution - move mdadm to static mapping | ||||
* | fix rspec test to use rspec best practices | Kyleen MacGugan | 2015-03-03 | 1 | -1/+1 |
| | |||||
* | Merge pull request #3001 from chef/kyleen/audit-exclusion | Kyleen | 2015-03-03 | 1 | -0/+10 |
|\ | | | | | Add /lib/chef/ to backtrace exclusion patterns for audit mode | ||||
| * | Add /lib/chef/ to backtrace exclusion patterns for audit modekyleen/audit-exclusion | Kyleen MacGugan | 2015-03-03 | 1 | -0/+10 |
| | | | | | | | | | | | | Exclusion pattern now includes anything with /lib/chef/ only fix spacing issue | ||||
* | | Merge pull request #2999 from chef/pr-2988 | Jay Mundrawala | 2015-03-02 | 1 | -0/+14 |
|\ \ | | | | | | | Pr 2988 | ||||
| * | | Fix expect receive | Jay Mundrawala | 2015-03-02 | 1 | -1/+1 |
| | | | |||||
| * | | Rename spec | Jay Mundrawala | 2015-03-02 | 1 | -1/+1 |
| | | | |||||
| * | | write spec for case of validation_key is nil. | sawanoboly | 2015-02-27 | 1 | -0/+14 |
| |/ | |||||
* | | Update specs for yum package provider to use shell_out | Jay Mundrawala | 2015-03-02 | 1 | -13/+15 |
| | | |||||
* | | Merge pull request #2992 from chef/jdm/osx-fix | Jay Mundrawala | 2015-02-27 | 1 | -2/+3 |
|\ \ | | | | | | | Fix specs on OSX | ||||
| * | | Update spec to mock out tar_cmd | Jay Mundrawala | 2015-02-27 | 1 | -2/+3 |
| |/ | |||||
* | | Update windows_service_spec to use 2 hour timeoutjdm/win-service | Jay Mundrawala | 2015-02-27 | 1 | -2/+2 |
| | | |||||
* | | Add spec to check timeout is passed to shellout | Jay Mundrawala | 2015-02-26 | 1 | -11/+28 |
| | | |||||
* | | Updated windows_service_spec to expect the timeout | Jay Mundrawala | 2015-02-26 | 1 | -2/+2 |
|/ | |||||
* | add explicit test for nillable_set_or_return | Lamont Granquist | 2015-02-23 | 1 | -0/+7 |
| | |||||
* | add nillable_set_or_return tests to the mixin | Lamont Granquist | 2015-02-23 | 1 | -63/+70 |
| | |||||
* | nillable deploy resource + nillable LWRP args | Lamont Granquist | 2015-02-23 | 1 | -0/+27 |
| | | | | | | | | | | | | | introduced nillable_set_or_return so that we can actually set a nil value on a resource from the DSL. this fixes the case where you want to do (and we document) setting symlink_before_migrate to nil on the deploy resource. to implement this better also moved up the attribute DSL method to the base Chef::Resource class. all LWRP resources are now nillable as well. | ||||
* | Merge pull request #2946 from chef/jdm/group-spec-fix | Kartik Null Cating-Subramanian | 2015-02-19 | 1 | -0/+3 |
|\ | | | | | Group spec needs to respond to shell_out | ||||
| * | Group spec needs to respond to shell_outjdm/group-spec-fix | Jay Mundrawala | 2015-02-19 | 1 | -0/+3 |
| | | |||||
* | | fix dpkg regression | Lamont Granquist | 2015-02-19 | 1 | -0/+1 |
|/ | |||||
* | Merge pull request #2924 from chef/btm/popen_shellout_rebase | Jay Mundrawala | 2015-02-19 | 14 | -133/+128 |
|\ | | | | | fix aix related providers to replace popen4 with mixlib shell_out | ||||
| * | Make tests pass on Windowsbtm/popen_shellout_rebase | Jay Mundrawala | 2015-02-18 | 1 | -1/+1 |
| | | |||||
| * | Fix unit specs for PR #2934 | Jay Mundrawala | 2015-02-18 | 1 | -3/+3 |
| | | |||||
| * | fix aix related providers to replace popen4 with mixlib shell_out | kaustubh-d | 2015-02-17 | 13 | -129/+124 |
| | | |||||
* | | Added spec for #2914lcg/fix-multipackage | Jay Mundrawala | 2015-02-17 | 1 | -0/+15 |
| | | |||||
* | | fix virtual package logic in check_package_state | Lamont Granquist | 2015-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | since check_package_state calls itself to check virtual packages the array building it does was getting indexed incorrectly as the virtual packages were getting inserted into arrays that were supposed to be indexed by the package arguments the user gave. there was also a bug which broke idempotency with virtual packages and would cause virtual packages to get reinstalled every time (installed_version not geting correctly inherited from the virtual package). WIP2 remove debug fix specs | ||||
* | | convert is_virtual_package to hash | Lamont Granquist | 2015-02-17 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | make this a hash based on name so that when we pass an array of names to install_package we can look up the right one and do not have to synchronize arrays. we should probably convert the arrays in the superclass to hashes based on name as well. | ||||
* | | Added spec to check that FileAccessControl responds to writable? | Jay Mundrawala | 2015-02-17 | 1 | -0/+6 |
| | | |||||
* | | Update directory resource to use FileAccessControl to check if file is writable | Jay Mundrawala | 2015-02-17 | 1 | -4/+4 |
| | | |||||
* | | Added basic spec for AccessCheck | Jay Mundrawala | 2015-02-17 | 1 | -0/+31 |
| | | |||||
* | | Added basic spec for get_file_security | Jay Mundrawala | 2015-02-17 | 1 | -0/+9 |
| | | |||||
* | | Added a test for duplicating a security token with incorrect permissions | Jay Mundrawala | 2015-02-17 | 1 | -0/+8 |
| | | |||||
* | | Added test for duplicating a security token | Jay Mundrawala | 2015-02-17 | 1 | -0/+15 |
|/ | |||||
* | Fix Chef::Resource::File::Verification tests on Windows | Steven Danna | 2015-02-17 | 1 | -1/+5 |
| | |||||
* | Add Chef::GuardInterpreter.for_resource method to reduce duplication | Steven Danna | 2015-02-17 | 1 | -0/+41 |
| | |||||
* | Use Chef::Mixin::DescendantsTracker to track registered verifications | Steven Danna | 2015-02-17 | 1 | -2/+2 |
| | |||||
* | Fix typo in test description | Steven Danna | 2015-02-17 | 1 | -1/+1 |
| |