kitchen-hyperv

Hyper-V Driver for Test-Kitchen


Keywords
hacktoberfest, managed-by-terraform, ruby, ruby-gem, test-kitchen, testing
License
Apache-2.0
Install
gem install kitchen-hyperv -v 0.10.0

Documentation

Kitchen::Hyperv

Build Status

Gem Version

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 -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.

Configuration

See the kitchen.ci Hyper-V Driver Page for documentation on configuring this driver.

Contributing