Kitchen::Hyperv
This is a Test Kitchen driver for Microsoft Hyper-V.
Installation
Make sure you have hyper-v installed on your system first:
Enable-WindowsOptionalFeature -Online -FeatureName Microsoft-Hyper-V -AllThe 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-hypervIf you're using Bundler, simply add it to your Gemfile:
gem "kitchen-hyperv"... and then run bundle install.
Configuration
See the kitchen.ci Hyper-V Driver Page for documentation on configuring this driver.
Contributing
- 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