summaryrefslogtreecommitdiff
path: root/kitchen-tests
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* Remove Gemfile.windows and put both platforms in Gemfile.lockJohn Keiser2016-04-182-0/+11
|
* Make gemfile_util capable of copying groups overJohn Keiser2016-04-182-6/+6
|
* Simplify external tests and make them work with Gemfile.lockJohn Keiser2016-04-182-5/+7
|
* Pin everything down with Gemfile.lock, add rake dependencies to updateJohn Keiser2016-04-185-1/+245
|
* Merge pull request #4478 from chef/lcg/rfc-060-gem-metadataLamont Granquist2016-03-031-0/+2
|\ | | | | RFC-060 gem metadata MVP
| * pull latest nightly instead of latest releaseLamont Granquist2016-02-171-0/+2
| | | | | | | | | | | | if we're dependent upon fixing something in the omnibus build (i.e. the shipped version of appbundler) it makes sense to install over the latest nightly rather than the latest release.
* | Use only the AWS environment variables to pass credentials, since thats what ↵post_1272_releasetyler-ball2016-02-161-2/+0
|/ | | | kitchen-ec2 master wants
* autofixing whitespace copsLamont Granquist2016-02-051-1/+0
| | | | | | | | | | | | | | | | | | | | | | 4174 Style/SpaceInsideHashLiteralBraces 1860 Style/SpaceAroundOperators 1336 Style/SpaceInsideBlockBraces 1292 Style/AlignHash 997 Style/SpaceAfterComma 860 Style/SpaceAroundEqualsInParameterDefault 310 Style/EmptyLines 294 Style/IndentationConsistency 267 Style/TrailingWhitespace 238 Style/ExtraSpacing 212 Style/SpaceBeforeBlockBraces 166 Style/MultilineOperationIndentation 144 Style/TrailingBlankLines 120 Style/EmptyLineBetweenDefs 101 Style/IndentationWidth 82 Style/SpaceAroundBlockParameters 40 Style/EmptyLinesAroundMethodBody 29 Style/EmptyLinesAroundAccessModifier 1 Style/RescueEnsureAlignment
* 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.
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-028-8/+8
| | | Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"
* Merge pull request #4426 from chef/lcg/float-kitchen-appbundle-updaterLamont Granquist2016-01-191-1/+1
|\ | | | | let kitchen-appbundle-updater float
| * let kitchen-appbundle-updater floatlcg/float-kitchen-appbundle-updaterLamont Granquist2016-01-181-1/+1
| | | | | | | | i'm a bit surprised this still even works at all..
* | Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-182-2/+2
|/ | | | | | See chef/chefstyle#11 for analysis and discussion. We select '{}' since audit of our source code shows that is the most common, and that used to be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book.
* Use double quotes by defaultThom May2016-01-147-60/+60
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
| | | | chefstyle -a fixed 1044 occurrances
* Don't include a github source; kitchen-tests don't have gitcd/policies-cheffsJohn Keiser2015-12-151-2/+2
|
* Delegate all necessary methods from ChildRunContext to RunContextJohn Keiser2015-06-231-0/+1
|
* Pointing kitchen-tests back at kitchen-ec2 master because I fixed my bad ↵tyler-ball2015-06-191-1/+1
| | | | require (was using the sdk v1 require when we no longer include the sdk v1 gem)
* Use a slightly older revision of kitchen-ec2 ↵jk/multi-provider-warningJohn Keiser2015-06-181-1/+1
| | | | (40d29858e8ee8ba14492ca54c881d961860b2ae7~1)
* Using master of kitchen-ec2 because ↵tball/kitchen-ec2tyler-ball2015-06-081-1/+1
| | | | https://github.com/test-kitchen/kitchen-ec2/issues/148 has been fixed, travis should no longer break
* pin kitchen-ec2 to working versionLamont Granquist2015-06-041-1/+1
|
* switch to an HVM ssd based AMILamont Granquist2015-06-031-1/+2
|
* try m3.medium over m1.smalllcg/e2e-faster-instance-typeLamont Granquist2015-06-031-0/+1
| | | | | | m3 has newer CPUs on SSDs. should be substantially faster. there is no m3.small
* Fix failing kitchen testsjdm/fixkitchenJay Mundrawala2015-05-081-1/+1
|
* Updating to released test kitchen and kitchen vagranttyler-ball2015-04-301-2/+2
|
* Use kitchen-appbundle-updaterjdm/kitchen-appbundleJay Mundrawala2015-04-283-32/+28
|
* Update DSL method name to controls_group.mcquin/control_groupClaire McQuin2015-01-159-13/+15
| | | | | | | | | | | | | | | | | | Update to use control_group. Unify wording along control_group. Unify wording along control_group. Fix typo. Enable audit mode. Update to use control_group syntax. Update for audit DSL changes. Update for audit DSL change.
* Test including supported serverspec helpers. Updates per PR comments.Serdar Sutay2014-12-178-8/+188
|
* Instructions on running audit mode examples.Serdar Sutay2014-12-171-1/+7
|
* * Some primitive recipes that check basic functionality of audit mode.Serdar Sutay2014-12-177-0/+124
| | | | * Fix a minor issue where the exception class was not being found correctly.