summaryrefslogtreecommitdiff
path: root/kitchen-tests/Berksfile
Commit message (Collapse)AuthorAgeFilesLines
* Remove the rspec kitchen testsmodern_spec_runnerTim Smith2019-07-121-1/+0
| | | | | | We're not longer using these Signed-off-by: Tim Smith <tsmith@chef.io>
* add centos-7 rspec testingLamont Granquist2018-08-101-0/+1
| | | | | | running rspec inside a test-kitchen provisioned centos-7 docker container Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Rename the kitchen base test suite to end-to-endTim Smith2018-06-271-1/+1
| | | | | | It's our end-to-end test according to the readme. This just aligns the recipe/suite names with that so it's a bit more obvious what we're doing here. This also removes sudo installs since I moved that all to dokken-images now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove awesome customers testing and update kitchen configsTim Smith2018-06-161-6/+0
| | | | | | | | Awesome customers cookbook testing isn't even correct from learn chef anymore and it's not coming back in this form. There's no reason to keep carrying it around. This change also deps on kitchen 1.21 and uses the new name for the configs. Much easier to find if you're browsing the source in Finder/Explorer. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the webapp cookbook from integration testsTim Smith2017-09-181-1/+0
| | | | | | This isn't coming back. We'll replace it with the learnchef stuff in another PR. Signed-off-by: Tim Smith <tsmith@chef.io>
* Test new cookbooks. The world has changed in 3 yearsTim Smith2017-09-181-1/+1
| | | | | | database::mysql was used to install the gem. It auto installs now. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove the php version constraint in the berkfileTim Smith2017-09-181-1/+0
| | | | | | This is a 3 year old version of php. Signed-off-by: Tim Smith <tsmith@chef.io>
* Fetch resolver from supermarketTim Smith2017-09-181-3/+0
| | | | | | There's no need to use github anymore. Signed-off-by: Tim Smith <tsmith@chef.io>
* We commented out the awesome_customers tests from Travis while master is on ↵Noah Kantrowitz2017-04-031-4/+5
| | | | | | fire, but they are still in the berksfile which was pulling down an older version of the selinux cookbook. Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
* Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-171-2/+2
| | | | | | Switch over the Chef-12.0 ProviderResolver is now completed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Point Berkshelf at the correct Supermarket URLohai_depTim Smith2017-02-071-1/+1
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* add learnchef testing to travis matrixLamont Granquist2016-10-051-1/+6
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Making rake:dependencies worktyler-ball2016-06-151-1/+1
|
* convert kitchen tests to docker + other fixesLamont Granquist2016-05-241-2/+4
| | | | | | | | | | | | - use kitchen-dokken instead of kitchen-ec2 - add tests for gem metadata + chef-sugar - convert to inspec and add some tests this disables the webapp stuff completely and its testing for now, that needs to be updated to more modern httpd/mysql cookbooks and have its testing converted to inspec. more O/S distros are also in the pipeline.
* add centos and more func testing to travisLamont Granquist2016-05-111-0/+1
|
* Lock php cookbook in kitchen tests to solvable versiondanielsdeleo2016-02-041-0/+2
| | | | | Seems we're hitting a molinillo bug that prevents us from solving dependencies correctly.
* Remove kitchen tests from spec/ directory, so tests can be run separately.Claire McQuin2014-08-131-0/+3