summaryrefslogtreecommitdiff
path: root/kitchen-tests
Commit message (Collapse)AuthorAgeFilesLines
* Remove 12.04 testing in Travisintegration_test_tweaksTim Smith2017-04-052-9/+0
| | | | | | 12.04 is goes EOL on 4/28. http://fridge.ubuntu.com/2017/03/15/ubuntu-12-04-precise-pangolin-reaches-end-of-life-on-april-28-2017/ Signed-off-by: Tim Smith <tsmith@chef.io>
* Update test cookbook copyright headersTim Smith2017-04-055-9/+19
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Move test templates out of the default directoryTim Smith2017-04-052-0/+0
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update test cookbook licensesTim Smith2017-04-055-5/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Merge branch 'master' into no-more-constsNoah Kantrowitz2017-04-042-14/+17
|\ | | | | | | Signed-off-by: Noah Kantrowitz <noah@coderanger.net>
| * RFC 67: Remove cookbook segmentsThom May2017-04-042-17/+18
| | | | | | | | | | | | | | | | | | This implements RFC 67, which removes cookbook segments, and moves to a single list of all the files contained in a cookbook. This allows us to move forward with better audit modes and also proper shipping of ohai plugins. Signed-off-by: Thom May <thom@chef.io>
* | We commented out the awesome_customers tests from Travis while master is on ↵Noah Kantrowitz2017-04-032-67/+10
|/ | | | | | 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>
* bumping again mostly to get chef-zeroLamont Granquist2017-03-281-5/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* comment out problematic testLamont Granquist2017-03-281-6/+6
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bumping everythingLamont Granquist2017-03-282-21/+23
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Chef-13: remove Chef::Platform.set and related methodsLamont Granquist2017-03-172-16/+11
| | | | | | Switch over the Chef-12.0 ProviderResolver is now completed. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* bumping kitchen-test cookbooksLamont Granquist2017-03-161-4/+11
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* see if this fixes chef-configlcg/cleanup-dep-rake-tasksLamont Granquist2017-03-102-1/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* simplify dependency bumping rake tasks and bump all depsLamont Granquist2017-03-102-32/+34
| | | | | | | this eliminates all the "run gem pristine" warning spam and i believe uses "bundle lock" correctly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Revert "simplify dependency bumping rake tasks and bump all deps"Lamont Granquist2017-03-102-34/+32
| | | | | | This reverts commit 6628f708acdefe2fc6bff85a1edade89f0b4d8ee. oops.
* simplify dependency bumping rake tasks and bump all depsLamont Granquist2017-03-102-32/+34
| | | | | | | this eliminates all the "run gem pristine" warning spam and i believe uses "bundle lock" correctly. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Bump chef version to 13.0.0Lamont Granquist2017-02-284-22/+22
| | | | | | | | | | | This requires pulling in master of several gems, bumps all the other gems, plus pulls in new kitchen-appbundle-updater which supports pulling master of ohai. Note that kitchen-windows is disabled because it turns out it was broken and red on 12.19 all along. Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Fix some Travis failures related to style and gem depstduffield/un-f-the-worldTom Duffield2017-02-102-1/+4
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Cleanup Gemfiles, Berksfiles, and update Gemfile groupsTom Duffield2017-02-092-2/+2
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Remove a lot of old restraintsTom Duffield2017-02-092-13/+11
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Pin integration tests to < 2.0 kitchen-dokkenTim Smith2017-02-072-3/+3
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Point Berkshelf at the correct Supermarket URLohai_depTim Smith2017-02-072-2/+2
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Bump deps to avoid corrupt Gemfile.lock warningTim Smith2017-02-071-15/+16
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update depstduffield/fix-syntaxTom Duffield2017-01-241-2/+2
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Bump depsTom Duffield2017-01-231-5/+5
| | | | Signed-off-by: Tom Duffield <tom@chef.io>
* Pin version of rainbow gem and update deps.Ryan Hass2017-01-193-3/+5
| | | | | | | We need to pin rainbow until the next version of rubygems is released as it is causing build failures in travis. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
* Clarify platform constraints for ios and solarisTom Duffield2017-01-191-1/+1
| | | | | | Based on feedback. Signed-off-by: Tom Duffield <tom@chef.io>
* Add gems for ECC algorithm support to omnibus.Ryan Hass2017-01-182-60/+60
| | | | | | | | | | | | | | | | | These definitions have been added to resolve build issues with ECC algorithm support on Solaris and Cisco IOS-XR. The bcyrpt_pbkdf gem currently link against shared libs which are not installed on Cisco IOS-XR. The rbnacl gems currently fail to compile on Solaris for both x86-64 and SPARC. Adding these definitions will allow us to selectively define the supported platforms as well as provide a simple means to itterate on patches as needed. Signed-off-by: Ryan Hass <rhass@users.noreply.github.com>
* remove deprecated optionsLamont Granquist2017-01-091-3/+0
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Merge pull request #5609 from chef/tas50/newchefclientThom May2016-12-052-21/+32
|\ | | | | Update chef client testing deps
| * Update chef client testing depstas50/newchefclientTim Smith2016-12-022-21/+32
| | | | | | | | | | | | We need the new chef-client cookbook Signed-off-by: Tim Smith <tsmith@chef.io>
* | Merge pull request #5610 from chef/tduffield/use-chef-docker-imageTom Duffield2016-12-021-4/+2
|\ \ | |/ |/| Use chef/chef image instead of downloading from packages.chef.io
| * Use chef/chef image instead of downloading from packages.chef.ioTom Duffield2016-12-021-4/+2
| | | | | | | | Signed-off-by: Tom Duffield <tom@chef.io>
* | Update Inspec in kitchen-teststduffield/use-modified-changelog-generatorTom Duffield2016-12-021-39/+39
|/ | | | Signed-off-by: Tom Duffield <tom@chef.io>
* remove sysbench, add 'amazon' familylcg/amazonlinuxLamont Granquist2016-11-212-3/+3
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* and need to remove s3cmd from testing...Lamont Granquist2016-11-211-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* remove s3cmd packageLamont Granquist2016-11-211-2/+3
| | | | | | doesn't exist on amazonlinux image Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* avoid intalling epel on amazon linuxLamont Granquist2016-11-211-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add amazonlinus to travis matrixLamont Granquist2016-11-211-0/+9
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Test on the latest fedora and fix yum failures in testing (#5525)Tim Smith2016-11-081-2/+3
| | | | | | | Use the latest fedora to avoid having to bump things every X months We need to make the cache afterwards. I ran into this same issue in the cron cookbook and I’ve updated the dnf_compat recipe in yum to do the same. Signed-off-by: Tim Smith <tsmith@chef.io>
* Remove vendored git submodulesSeth Chisamore2016-11-041-0/+0
| | | | | | | Similar to the issue uncovered in chef/chef-server#997 which breaks Bundler. Signed-off-by: Seth Chisamore <schisamo@chef.io>
* Bump deps to pull in latest Ohaitas50/deps2Tim Smith2016-10-311-13/+13
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* fix the rubygems version generated by rake dependenciesThiago Oliveira2016-10-131-6/+6
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* update openssl to 1.0.2j to address vulnerabilitiesThiago Oliveira2016-10-132-17/+19
| | | | Signed-off-by: Thiago Oliveira <thiagoo@yahoo-inc.com>
* Merge pull request #5418 from chef/lcg/learnchefLamont Granquist2016-10-068-29/+96
|\ | | | | add learnchef testing to travis matrix
| * remove unnecessary skeleton files from test cookbookslcg/learnchefLamont Granquist2016-10-056-248/+0
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
| * add learnchef testing to travis matrixLamont Granquist2016-10-0514-29/+344
| | | | | | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* | Fix centos 6 kitchen tests with chef-client 6chef_clientMatt Wrock2016-10-042-1/+4
|/ | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* update dependenciesMatt Wrock2016-10-032-12/+12
| | | | Signed-off-by: Matt Wrock <matt@mattwrock.com>
* update dependencies (#5384)Matt Wrock2016-09-262-15/+15
|