summaryrefslogtreecommitdiff
path: root/spec
Commit message (Expand)AuthorAgeFilesLines
* Invalidate "children" caches when children are addedJohn Keiser2013-09-122-4/+20
* Change OperationFailedError itself to include the body in "message" if it's a...Kazuhiro Yamada2013-09-122-20/+47
* Output cause of error when FileSystem.copy_entries method was failed.Kazuhiro Yamada2013-09-121-0/+20
* Don't run raw json test on 1.8John Keiser2013-09-121-2/+2
* Add tests for raw --pretty and --no-prettyJohn Keiser2013-09-121-0/+63
* Don't list local cookbook files that wouldn't be uploadedJohn Keiser2013-09-121-3/+1
* Don't report random files in json dirs (like roles/environments)John Keiser2013-09-121-1/+3
* Fix new tests on Ruby 1.8.7John Keiser2013-09-121-2/+2
* Fix data bag upload to not include extra chef_type/data_bag keysJohn Keiser2013-09-121-2/+2
* CHEF-4487: support chef_repo_path in all knife commandsJohn Keiser2013-09-112-27/+32
|\
| * Make chef_repo_path globally accessible across knife and chef-clientJohn Keiser2013-08-282-27/+32
* | Mentioned the failing functional user resource tests as pending only for AIX.Prabhu Das2013-09-041-0/+1
* | Added a new method to check for suse platform for testingMukta A2013-09-032-1/+5
* | Renamed unsupported_group_provider_platformMukta A2013-09-032-3/+4
* | Updated functional tests for groupsiddheshwar-more2013-09-031-1/+3
* | ENV variables maynot be always set. Use release file to check if runningChirag Jog2013-09-031-1/+1
* | Ignore failures on Suse, BSD, OSX and Solaris for now. File separateChirag Jog2013-09-032-2/+2
* | Common check for all UnixesChirag Jog2013-09-031-4/+1
* | Incorporated review comments for group resource functional testssiddheshwar-more2013-09-032-18/+31
* | 1. Disable user creation tests for OSX due to bug CHEF-2813Chirag Jog2013-09-032-35/+35
* | Updated spec helper to set requires_root true for windows administrator usersiddheshwar-more2013-09-031-1/+1
* | Added functional tests for group resource and apply filter to run test as a r...siddheshwar-more2013-09-031-1/+27
* | Updated group resource functional tests to use ohai platform_family insted of...siddheshwar-more2013-09-031-6/+6
* | Updated group resource functional tests for windows and linux platformsiddheshwar-more2013-09-031-121/+154
* | aix functional test abstract ohai and runcontext creation.kaustubh-d2013-09-031-1/+2
* | Abstracting common functionality of finding providersChirag Jog2013-09-031-15/+24
* | Load provider to validate create/delete operationsChirag Jog2013-09-031-9/+11
* | Introduce a filter to run on linux(as root) or windowsChirag Jog2013-09-031-0/+1
* | Clean test suite to conform to other functional testsChirag Jog2013-09-031-70/+58
* | Use require_root to run tests with elevated privilegesChirag Jog2013-09-031-2/+2
* | code refactoring for test case codeAmeya Varade2013-09-031-61/+39
* | after blocks for cleanupsAmeya Varade2013-09-031-9/+14
* | functional tests for group providerAmeya Varade2013-09-031-0/+152
* | Updated test to differentiate between name of group & group_nameMukta Aphale2013-09-031-1/+2
* | Unit test for group_name test in NetGroup for Windows providerMukta Aphale2013-09-031-0/+13
|/
* Functional tests for AIX bff package actions along with the binary packages.prabhu-das2013-08-193-0/+122
* Removed unwanted stubbing.Prabhu Das2013-08-191-2/+1
* Removing old rpm AIX package.Prabhu Das2013-08-191-0/+0
* AIX rpm packages.prabhu-das2013-08-192-0/+0
* Updated tests for AIX.Prabhu Das2013-08-192-15/+1584
* Fixed a broken AIX expectation.prabhu-das2013-08-191-1/+1
* Added rpm upgrade action for non-aix platforms along with the upgraded rpm pa...Prabhu Das2013-08-192-2/+25
* Fixed broken test cases.prabhu-das2013-08-191-6/+7
* A minor change.Prabhu Das2013-08-191-1/+1
* Refactored the before and after hooks to use linux commands instead of actions.Prabhu Das2013-08-191-4/+5
* Rpm resource functional tests supported in aix, centos, redhat and in suse.Prabhu Das2013-08-193-0/+93
* Unit tests for AIX BFF Package providerDeepali Jagtap2013-08-191-0/+171
* aix does not allow link creation to nonexistent files.kaustubh-d2013-08-192-4/+8
* change shell spec to use popen4 only for aix, others use pty.kaustubh-d2013-08-191-15/+53
* aix - rewrite chef-shell functional test using popen4 as ruby pty does not wo...kaustubh-d2013-08-191-33/+15