summaryrefslogtreecommitdiff
path: root/kitchen-tests
Commit message (Collapse)AuthorAgeFilesLines
* 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.
* Add recipes to test include_recipe, multiple controls blocksClaire McQuin2014-12-178-172/+0
|
* Wrap in control block until we get top-level tests working.Claire McQuin2014-12-172-6/+10
|
* Add recipe to test include_recipe with controls.Claire McQuin2014-12-171-0/+15
|
* Make sure we don't close the output_stream after running rspec.Serdar Sutay2014-12-178-4/+158
|
* Lock version of database cookbookjdm/kitchen-testsJay Mundrawala2014-12-131-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 nowdanielsdeleo2014-11-261-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-vagrantLamont Granquist2014-10-285-6/+61
| | | | | 10.04 and 14.10 'documented' as broken in the upstream mysql cookbook
* WIPLamont Granquist2014-10-279-54/+81
|
* Removing my branch from test kitchen - preparing to merge to mastertyler-ball2014-10-071-1/+1
|
* Having busser install ffy-yajl gem so it can use it for serverspec test runstyler-ball2014-10-072-1/+4
|
* ffi_yajl still isn't loading, and when I manually installed it on the host I ↵tyler-ball2014-10-072-1/+2
| | | | was calling the wrong method
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-072-2/+3
|
* serverspec 2 fixes to e2e testsLamont Granquist2014-10-072-64/+21
| | | | also some cleanup in the os-detection
* change mysql-client packageLamont Granquist2014-08-281-2/+2
| | | | mysql cookbook now installs mysql-client-5.5 by default
* disable rhel tests completely for nowLamont Granquist2014-08-151-10/+0
|
* Add test instructions and contributing information.Claire McQuin2014-08-131-46/+78
|
* Remove kitchen tests from spec/ directory, so tests can be run separately.Claire McQuin2014-08-1318-0/+492