This is a Test Kitchen driver for Microsoft Hyper-V.
Make sure you have hyper-v installed on your system first:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -All
The kitchen-hyperv driver ships as part of Chef Workstation. The easiest way to use this driver is to Download Chef Workstation.
If you want to install the driver directly into a Ruby installation:
gem install kitchen-hyperv
If you're using Bundler, simply add it to your Gemfile:
gem "kitchen-hyperv"
... and then run bundle install
.
See the kitchen.ci Hyper-V Driver Page for documentation on configuring this driver.
- Fork it ( https://github.com/[my-github-username]/kitchen-hyperv/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request