Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delegate all necessary methods from ChildRunContext to RunContext | John Keiser | 2015-06-23 | 1 | -0/+1 |
| | |||||
* | Pointing kitchen-tests back at kitchen-ec2 master because I fixed my bad ↵ | tyler-ball | 2015-06-19 | 1 | -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-warning | John Keiser | 2015-06-18 | 1 | -1/+1 |
| | | | | (40d29858e8ee8ba14492ca54c881d961860b2ae7~1) | ||||
* | Using master of kitchen-ec2 because ↵tball/kitchen-ec2 | tyler-ball | 2015-06-08 | 1 | -1/+1 |
| | | | | https://github.com/test-kitchen/kitchen-ec2/issues/148 has been fixed, travis should no longer break | ||||
* | pin kitchen-ec2 to working version | Lamont Granquist | 2015-06-04 | 1 | -1/+1 |
| | |||||
* | switch to an HVM ssd based AMI | Lamont Granquist | 2015-06-03 | 1 | -1/+2 |
| | |||||
* | try m3.medium over m1.smalllcg/e2e-faster-instance-type | Lamont Granquist | 2015-06-03 | 1 | -0/+1 |
| | | | | | | m3 has newer CPUs on SSDs. should be substantially faster. there is no m3.small | ||||
* | Fix failing kitchen testsjdm/fixkitchen | Jay Mundrawala | 2015-05-08 | 1 | -1/+1 |
| | |||||
* | Updating to released test kitchen and kitchen vagrant | tyler-ball | 2015-04-30 | 1 | -2/+2 |
| | |||||
* | Use kitchen-appbundle-updaterjdm/kitchen-appbundle | Jay Mundrawala | 2015-04-28 | 3 | -32/+28 |
| | |||||
* | Update DSL method name to controls_group.mcquin/control_group | Claire McQuin | 2015-01-15 | 9 | -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 Sutay | 2014-12-17 | 8 | -8/+188 |
| | |||||
* | Instructions on running audit mode examples. | Serdar Sutay | 2014-12-17 | 1 | -1/+7 |
| | |||||
* | * Some primitive recipes that check basic functionality of audit mode. | Serdar Sutay | 2014-12-17 | 7 | -0/+124 |
| | | | | * Fix a minor issue where the exception class was not being found correctly. | ||||
* | Add recipes to test include_recipe, multiple controls blocks | Claire McQuin | 2014-12-17 | 8 | -172/+0 |
| | |||||
* | Wrap in control block until we get top-level tests working. | Claire McQuin | 2014-12-17 | 2 | -6/+10 |
| | |||||
* | Add recipe to test include_recipe with controls. | Claire McQuin | 2014-12-17 | 1 | -0/+15 |
| | |||||
* | Make sure we don't close the output_stream after running rspec. | Serdar Sutay | 2014-12-17 | 8 | -4/+158 |
| | |||||
* | Lock version of database cookbookjdm/kitchen-tests | Jay Mundrawala | 2014-12-13 | 1 | -1/+1 |
| | | | | | | | | | | | A release of mysql-chef_gem broke the database cookbook because it removed the default recipe which the database cookbook was using. Since the database cookbook did not lock versions of mysql-chef_gem, it pulls the latest mysql-chef_gem cookbook and fails. An update to the database cookbook was released to fix this, however Berks dep solving is getting the latest mysql-chef_gem and an older database cookbook for the webapp test cookbook. | ||||
* | Force TK to install prerelease Chef pkg for now | danielsdeleo | 2014-11-26 | 1 | -1/+1 |
| | | | | | | | In the future (after Chef 12.0.0 is released) we should remove this. For now, we need to force TK to install a prerelease version of the Chef package, so it will include Ruby 2.1, and therefore not choke on our requirement for Ruby >= 2.0 | ||||
* | add 14.04 to supported vagrant distroslcg/more-vagrant | Lamont Granquist | 2014-10-28 | 5 | -6/+61 |
| | | | | | 10.04 and 14.10 'documented' as broken in the upstream mysql cookbook | ||||
* | WIP | Lamont Granquist | 2014-10-27 | 9 | -54/+81 |
| | |||||
* | Removing my branch from test kitchen - preparing to merge to master | tyler-ball | 2014-10-07 | 1 | -1/+1 |
| | |||||
* | Having busser install ffy-yajl gem so it can use it for serverspec test runs | tyler-ball | 2014-10-07 | 2 | -1/+4 |
| | |||||
* | ffi_yajl still isn't loading, and when I manually installed it on the host I ↵ | tyler-ball | 2014-10-07 | 2 | -1/+2 |
| | | | | was calling the wrong method | ||||
* | Trying to eradicate all traces of the JSON gem from Chef | tyler-ball | 2014-10-07 | 2 | -2/+3 |
| | |||||
* | serverspec 2 fixes to e2e tests | Lamont Granquist | 2014-10-07 | 2 | -64/+21 |
| | | | | also some cleanup in the os-detection | ||||
* | change mysql-client package | Lamont Granquist | 2014-08-28 | 1 | -2/+2 |
| | | | | mysql cookbook now installs mysql-client-5.5 by default | ||||
* | disable rhel tests completely for now | Lamont Granquist | 2014-08-15 | 1 | -10/+0 |
| | |||||
* | Add test instructions and contributing information. | Claire McQuin | 2014-08-13 | 1 | -46/+78 |
| | |||||
* | Remove kitchen tests from spec/ directory, so tests can be run separately. | Claire McQuin | 2014-08-13 | 18 | -0/+492 |