summaryrefslogtreecommitdiff
path: root/kitchen-tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* update deps, pull in chefspecLamont Granquist2016-09-211-1/+1
| | | | | | necessary to get travis green again Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update pedump to latest released; update all dependenciesjk/updateJohn Keiser2016-09-202-11/+11
|
* Update all dependenciesJohn Keiser2016-09-192-35/+36
|
* add a test for non-utf8 chars in filenames in the file provider (#5335)Lamont Granquist2016-09-162-1/+24
| | | fix non-utf8 filename issues in the file provider (again)
* Update all dependenciesJohn Keiser2016-09-122-6/+6
|
* Update all the thingsJohn Keiser2016-09-122-72/+69
|
* add test that should cause travis to go redLamont Granquist2016-08-291-0/+8
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* Update all the thingsJohn Keiser2016-08-242-18/+25
|
* Create and delete yum repositoriesThom May2016-08-243-4/+8
| | | | Signed-off-by: Thom May <thom@may.lt>
* fix some typosLamont Granquist2016-08-221-2/+2
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add ca-certsLamont Granquist2016-08-221-5/+5
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add wget to all the kitchen testslcg/drop-2.1-supportLamont Granquist2016-08-221-9/+9
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* require latest omnibusLamont Granquist2016-08-221-1/+1
| | | | Signed-off-by: Lamont Granquist <lamont@scriptkiddie.org>
* add back ffiMatt Wrock2016-08-121-0/+1
|
* Bumping ohai and mixlib-log to fix regressionMatt Wrock2016-08-122-14/+13
|
* Update kitchen-ec2 to 1.1.0 to fix race conditionsjk/update-ec2John Keiser2016-08-092-11/+11
|
* add missing ffi back to kitchen-tests/Gemfile.lockbtm/ohai_dep_bumpBryan McLellan2016-08-051-0/+1
|
* Bump dependencies to bring in Ohai 8.18Tim Smith2016-08-041-6/+5
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Update all dependenciesJohn Keiser2016-08-032-23/+33
|
* change back to progress formatterlcg/bump-kitchen-testsLamont Granquist2016-07-142-0/+2
|
* bump gems + cookboks for kitchen-testsLamont Granquist2016-07-132-57/+47
|
* Update cookbooks for integration testsTim Smith2016-06-241-13/+15
| | | | Signed-off-by: Tim Smith <tsmith@chef.io>
* Reverting kitchen-tests updates to try and get them passing in Travismsys2tyler-ball2016-06-162-37/+35
|
* Manually adding ffi into the Gemfile.lock beacuse the rake:dependenciestyler-ball2016-06-161-0/+1
| | | | task is broken right now and corrupting the Gemfile.lock
* Updating dependencies againtyler-ball2016-06-161-15/+15
|
* Making rake:dependencies worktyler-ball2016-06-153-30/+30
|
* adding zlib-devel and rpm-build to fedora tk instance to fix nokogiri compileMatt Wrock2016-06-071-1/+1
|
* fix ffi gem depMatt Wrock2016-05-271-1/+1
|
* update dependenciesMatt Wrock2016-05-271-11/+19
|
* Merge pull request #4967 from chef/lcg/kitchen-tests3Lamont Granquist2016-05-264-12/+14
|\ | | | | add a few more distros to kitchen testing
| * add a few more distros to kitchen testinglcg/kitchen-tests3Lamont Granquist2016-05-254-12/+14
| | | | | | | | adds debian, centos-7 and fedora-23
* | Bump version of chef to 12.11.4 by Chef Versioner.v12.11.4Chef Versioner2016-05-251-0/+0
|/
* fixes from PR reviewLamont Granquist2016-05-241-1/+2
|
* convert kitchen tests to docker + other fixesLamont Granquist2016-05-2415-236/+367
| | | | | | | | | | | | - 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.
* fixing nits from PRlcg/kitchen-tests2Lamont Granquist2016-05-122-4/+4
|
* fix a few issues in the diffLamont Granquist2016-05-113-3/+3
|
* add centos and more func testing to travisLamont Granquist2016-05-1114-31/+239
|
* Rescue julia bot by whiltelisting rubocop and stoveKartik Null Cating-Subramanian2016-05-091-6/+6
|
* Automatic dependency update by Chef VersionerChef Versioner2016-05-052-16/+16
|