Skip to content

Test-Kitchen driver to simply run everything locally.

License

Notifications You must be signed in to change notification settings

gengo/kitchen-local

 
 

Repository files navigation

kitchen-local

Plugin for test-kitchen, which runs directlry against the current, local machine.

It helps you to run kitchen converge in a virtualized CI environment with a configuration consistent to other test-kichen environments, for example.

Kitchen Configuration

driver:
  name: local
transport:
  name: local

# Often you have installed test-kitchen as a part of ChefDK
# thus you already have chef commands.
provisioner:
  require_chef_omnibus: false
  chef_solo_path: chef exec bundle exec chef-solo

About

Test-Kitchen driver to simply run everything locally.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%