Top "Test-kitchen" questions

Test Kitchen is an integration tool for developing and testing infrastructure code and software on isolated target platforms.

Adding Attributes to Test Kitchen

I'm trying to override attributes in the java cookbook with test-kitchen. When I try run kitchen converge default-centos-64, a bad …

yaml chef-infra test-kitchen
How to specify cookbook path in .kitchen.yml file?

I have my Chef cookbooks stored in chef/cookbooks/ folder. When running kitchen converge I am still getting notice Berksfile, …

chef-infra test-kitchen
How to pass environment variables to test kitchen in .kitchen.yml

I am trying develop a cookbook to make a flask app work with gunicorn and nginx. I have been successful …

flask chef-infra gunicorn cookbook test-kitchen